Closed
Description
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
- Components
- Demo
- Docs
- Typings
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
<Picker
showSearch
items={[
{ label: 'test1', value: '1' },
{ label: 'test2', value: 2 },
]}
/>
Environment
- React Native version: 0.77.1
- React Native UI Lib version: 0.78.1
Affected platforms
- Android
- iOS
- Web