Skip to content

Picker Search Crashes App #3588

Closed
Closed
@TweetyBoop1990

Description

@TweetyBoop1990

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    buga bug in one of the components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions