AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

Selected item property added... #65

Closed va-p closed 1 year ago

va-p commented 2 years ago

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.

j-rayhan commented 2 years ago

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.