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

The autocomplete package you wished for on all platforms (iOS, Android, web)

Results 14 react-native-paper-autocomplete issues
Sort by recently updated
recently updated
newest added

- async fetch example - single - multiple - different input types

![Schermafbeelding 2021-06-26 om 20 50 37](https://user-images.githubusercontent.com/6492229/123522814-2d7a8080-d6c0-11eb-8415-487af4a801ec.png)

enhancement
multiple

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...

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....