[searchbar] Call a dedicated function when close button is clicked
See original GitHub issueDescribe the feature
The topic says it all. It’s well needed.
Yes, onchangetext function is called but that function might be controlled by an inputvalue from another source e.g react-native-google-autocomplete
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
UISearchBar x button pressed - ios - Stack Overflow
Try this: func searchBar(searchBar: UISearchBar, textDidChange searchText: String) { if searchText == "" { print("UISearchBar. text cleared!") ...
Read more >searchBarBookmarkButtonClicked(_:) - Apple Developer
Responding to clicks in search controls. func searchBarCancelButtonClicked(UISearchBar). Tells the delegate that the cancel button was tapped.
Read more >Gtk.SearchBar
GtkSearchBar is a container made to have a search entry (possibly with additional connex widgets, such as drop-down menus, or buttons) built-in.
Read more >How To: Build A Simple Search Bar in JavaScript - DEV ...
Hi Everyone! Today, we will be walking through how to build a functional, yet very simple search bar in JavaScript.
Read more >Targeting Click of “Clear” Button (X) on Input Field
$("#searchbox").keyup(function(event) { if(event ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello 👋, this issue has been open for more than 2 months with no activity on it. If the issue is still present in the latest version, please leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution on workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix the issue.
I did like so
onSearchingUpdate
, that’s what you mean? It does not work