react-native-select-dropdown
react-native-select-dropdown copied to clipboard
Selected item property added...
Selected item property "onSelectChange" added to use react-hook-form.
I added the property "onSelectChange" for use with the react-hook-form "onChange" property to apply validations to the selector.
Hi @va-p Why do you need to add "onSelectChange" function? I used "onSelect" function with react-hook-form "onChange" it works fine and handles all form validations.