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

delete the onBlur event as it prevents firing the onChange event #25

Open ThomasCedrini opened 1 month ago

ThomasCedrini commented 1 month ago

fix #24

The onBlur event is taking precedence over when pressing a new value in the selection list. Without the event, the onChange event is fired and the autocomplete still behaves normally.

Usage in react-native-web