react-native-select-pro
react-native-select-pro copied to clipboard
React Native dropdown (select) component developed by Mobile Reality
Hi, I have a problem in searching, for example we have three item as: [ {label: 'number one', value: 1}, {label: 'number two', value: 2}, {label: 'number three', value: 3}...
This prop added because we need to handle onFocus and onBlur for input to do something when user click on box in searching mode
1. Fix `as` ts definitions for selected option. 2. Add `selectedOptionResolver` helper function. 3. Remove `searchable` prop from `Select` childs, instead it can be verified based on `searchValue`. 4. `searchValue`...
**Describe the bug** the data in the dropdown is not being shown after the API call and the usestate gets updated **To Reproduce** Steps to reproduce the behavior: 1. Do...
**Describe the bug** If one of the options is selected where you need to scroll to see it, after you reopen the select it is not "preselected" - it doesn't...
Hi all , needed some help. I am new here so apologies for any inconvenience. I am using the React-Native-Select-Pro for my app. The default action of the module is...