To get the selected value of select field in sencha touch, there is a method named getValue() - this method will give you the selected value of select field.
var value = Ext.getCmp('ProductList').getValue();
ProductList is the name of select field.
If you want to learn more about select field, then you can read my article:
Sumit Kesarwani
25-Jun-2013