We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever I add a search to my picker, once I focus into the search bar, my app gets stuck frozen and is unusable.
1- Add a picker to a screen 2- Set showSearch to true 3- Focus inside the search bar
Text input should be visible and filter the picker's items list
App is no longer responsive
<Picker showSearch items={[ { label: 'test1', value: '1' }, { label: 'test2', value: 2 }, ]} />
The text was updated successfully, but these errors were encountered:
Nevermind, this seemed to be an issue with my simulator, it works fine on a physical device
Sorry, something went wrong.
No branches or pull requests
Description
Whenever I add a search to my picker, once I focus into the search bar, my app gets stuck frozen and is unusable.
Related to
Steps to reproduce
1- Add a picker to a screen
2- Set showSearch to true
3- Focus inside the search bar
Expected behavior
Text input should be visible and filter the picker's items list
Actual behavior
App is no longer responsive
More Info
Code snippet
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: