You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have been using native paper for different projects and I came across a problem several times where I needed an autocomplete component, I tried 2 packages but I would love to have a component from the native paper so that my UI remains consistent
Describe the solution you'd like
I implemented an autocomplete component with the use of TextInput + Menu component from native paper
Describe alternatives you've considered
I have tried two alternatives:
react-native-autocomplete-dropdown and react-native-autocomplete-input
I dropped those packages out of fear since they were backed only by one contributor.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Hi! I need that component too, for the moment i had to make a poor implementation of it to fulfill my requirements but i think that component would be great for this library. I took a look at other libraries and i didn't see that component at it, didn't find any stable package eigther...
I tried to use the two packages mentioned by @Sami-21 (react-native-autocomplete-dropdown and react-native-autocomplete-input) but no one works fine for me because the dropdown only allow to choose the options it contains, and the autocomplete-input doesn't repositionate properly
Is your feature request related to a problem? Please describe.
I have been using native paper for different projects and I came across a problem several times where I needed an autocomplete component, I tried 2 packages but I would love to have a component from the native paper so that my UI remains consistent
Describe the solution you'd like
I implemented an autocomplete component with the use of TextInput + Menu component from native paper
Describe alternatives you've considered
I have tried two alternatives:
react-native-autocomplete-dropdown and react-native-autocomplete-input
I dropped those packages out of fear since they were backed only by one contributor.
Additional context
N/A
The text was updated successfully, but these errors were encountered: