react-native-select-dropdown icon indicating copy to clipboard operation
react-native-select-dropdown copied to clipboard

Selected item property added...

Open va-p opened this issue 2 years ago • 1 comments

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.

va-p avatar Jun 08 '22 00:06 va-p

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.

j-rayhan avatar Aug 18 '22 04:08 j-rayhan