Skip to content
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

Picker Search Crashes App #3588

Closed
2 of 7 tasks
TweetyBoop1990 opened this issue Mar 10, 2025 · 1 comment
Closed
2 of 7 tasks

Picker Search Crashes App #3588

TweetyBoop1990 opened this issue Mar 10, 2025 · 1 comment
Labels
bug a bug in one of the components

Comments

@TweetyBoop1990
Copy link

TweetyBoop1990 commented Mar 10, 2025

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
@TweetyBoop1990 TweetyBoop1990 added the bug a bug in one of the components label Mar 10, 2025
@TweetyBoop1990
Copy link
Author

Nevermind, this seemed to be an issue with my simulator, it works fine on a physical device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components
Projects
None yet
Development

No branches or pull requests

1 participant