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 am using this search box to load the contacts list page but there are a few nested API calls retrieving data based on what the user has typed.
In my experience the results being loaded onChangeText as opposed to them being loaded on onAfterSearch and pressing the enter key is more seamless and smooth
How can I trigger the click event on the enter key manually from the code to load the view?
The text was updated successfully, but these errors were encountered:
I am using this search box to load the contacts list page but there are a few nested API calls retrieving data based on what the user has typed.
In my experience the results being loaded onChangeText as opposed to them being loaded on onAfterSearch and pressing the enter key is more seamless and smooth
How can I trigger the click event on the enter key manually from the code to load the view?
The text was updated successfully, but these errors were encountered: