question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[searchbar] Call a dedicated function when close button is clicked

See original GitHub issue

Describe 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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
github-actions[bot]commented, May 17, 2020

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.

0reactions
karimcambridgecommented, Mar 17, 2020

I did like so onSearchingUpdate, that’s what you mean? It does not work

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found