web-ridge / react-native-paper-autocomplete

The autocomplete package you wished for on all platforms (iOS, Android, web)
MIT License
19 stars 6 forks source link

onBlur event prevents firing the onChange event #24

Open ThomasCedrini opened 1 month ago

ThomasCedrini commented 1 month ago

Hello guys !

I tried this package on a react-native-web project and ran into this problem. Once a value is selected, nothing happens when I try to change my selection. The drop down list hides as if it was selected, but the value remains the same.

I noticed that the onChange event does not fire once the first value is selected.

Thanks for the project, it really helps.