react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)

Home Page:https://reactnativeelements.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug:search bar in settings not working properly

abhishekkumar08 opened this issue · comments

Explain what you did (Required)
I was testing the react-native-elements-app. In this settings section the input search bar doesn't let me type anything. As soon as I enter anything the onChange() clears it.

** To Reproduce **

  1. Use the react-native-elements-app
  2. Go to the setting section.
  3. Try to write in the search bar.

Screenshots (Required)

WhatsApp.Video.2021-03-11.at.8.37.39.PM.mp4

Your Environment (Required):

software version
react-native-elements
react-native

@abhishekkumar08 Good catch, but I think this one was intentional as this repo is only for showing the visual aspects of React Native Elements and not their functionality.
So, to stop this bug, the developer has to add an onChangeText={...callTheTextChangeHandler...} which they will do in their own app as per their requirements.
So, TLDR I think nothing can be done here. 🙌🏻