-
Notifications
You must be signed in to change notification settings - Fork 475
Searching #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Good idea. I'll think about it. |
I agree. I'm trying to implement search with this module and there are a few things that make it difficult. For example, I call Setting keyboardShouldPersistTaps to true does not seem to help in this case. |
I'm quite new to React so this is far from perfect, but i was able to get it working with this code. |
@bradmatt275 Thanks. |
@dmr07 I'm also facing the same issue where keyboard dismissed when calling the |
@naomipol have you found a solution for this? |
@cheesest3ak Iv'e ended up using a different library for this use case: https://github.com/l-urence/react-native-autocomplete-input |
I got something working based on @bradmatt275's great example. I filter the options data set myself based on the search. Would it be possible to lock the first row, like have it sticky at the top? Currently if you scroll the first row out of view, the user will no longer be able to search. |
How would if search is implemented? For example, user can type in the "Please select.." and it can filter the option. It would be nice for an option with a long list.
The text was updated successfully, but these errors were encountered: