Jitesh Golecha
Jitesh Golecha
@alexzarbn Any updates on this? Because this is most common requirement in API development.
+1 Does not work on iOS (Cordova)
I have found a workaround, add renderPicker to show the label. ` fetchProducts(query)} floatingPlaceholder fieldStyle={styles.withUnderline2} renderPicker={selectedItem => { console.log("selectedItem", selectedItem); var itm = _.find(productList, {id: selectedItem}) console.log("itm", itm); return (...