react-native-paper-autocomplete icon indicating copy to clipboard operation
react-native-paper-autocomplete copied to clipboard

delete the onBlur event as it prevents firing the onChange event

Open ThomasCedrini opened this issue 7 months ago • 0 comments

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

ThomasCedrini avatar Jun 30 '24 16:06 ThomasCedrini