jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
231 stars 104 forks source link

Input box not getting emptied in a proper manner #74

Closed charanrajh closed 4 years ago

charanrajh commented 5 years ago

After entering so many tags, I started to clear them one by one. Even though I cleared all of them, the placeholder text "search" is located at the center and after pressing the clear button twice or thrice , it is coming to the start. screenshot_20190214-133005 screenshot_20190214-132956

Ashoat commented 5 years ago

I can investigate further if you can provide an MCVE that reproduces the issue, in the form of an Expo Snack or a react-native init'd repo hosted on GitHub.