react-native-paper-autocomplete
react-native-paper-autocomplete copied to clipboard
delete the onBlur event as it prevents firing the onChange event
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