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:
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers