You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a small annoyance and I'm wondering if you can assist. When you click on the search box anywhere other than the direct 'Search...' text, the onPress handler activates. I'm not sure if this was by design, but i'd expect a press on a search box to activate the keyboard or something similar, otherwise you just get a press action, and what seems like no result.
I've created the video below to demonstrate the problem. In this screen cap I'm clicking in between the search text and the X (cancel), and you can see the "meaningless" press.
Is there any chance this behaviour could be changed?
The text was updated successfully, but these errors were encountered:
Hello @juddey,
I also noticed that annoying action :) I will try to fix it or at least make an option to disable the annoying "onPress" action. Actually, In one of my projects search bar's onPress is also a need therefore, I make it like that. I will fix it ASAP.
Hello, using your lib, thanks for making it!
I've found a small annoyance and I'm wondering if you can assist. When you click on the search box anywhere other than the direct 'Search...' text, the onPress handler activates. I'm not sure if this was by design, but i'd expect a press on a search box to activate the keyboard or something similar, otherwise you just get a press action, and what seems like no result.
I've created the video below to demonstrate the problem. In this screen cap I'm clicking in between the search text and the X (cancel), and you can see the "meaningless" press.
Is there any chance this behaviour could be changed?
The text was updated successfully, but these errors were encountered: