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 example from docs not work?

See original GitHub issue

https://docs.nativescript.org/cookbook/ui/search-bar

<SearchBar id="searchBar" hint="Search" text="" clear="onClear" submit="onSubmit" />

Events “onClear” and “onSubmit” they are not called inside nsDrawer:RadSideDrawer.mainContent

function onSubmit(args){
    const searchbar = args.object;
    console.log("Search submit result: "+searchbar.text);
}
function onClear(args){
    console.log("clear search-bar text");
}
exports.onClear = onClear;
exports.onSubmit = onSubmit;

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mauriciosouzacommented, Feb 5, 2018

Perfect, thanks for the support.

0reactions
lock[bot]commented, Aug 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot find documents from search bar - Microsoft Community
The main problem is that the search function does not find many items at all, and not that they are insufficiently filtered. For...
Read more >
Searching with the Search Bar | Google Issue Tracker
The search bar is always displayed at the top of Issue Tracker. Enter your search string in the text box. For example, if...
Read more >
My Search bar is not working in different browsers
I have a working search bar for my website, but it only works in google chrome. I need it to work in all...
Read more >
How to Fix Can't Type, Search Bar Not Working on Windows 11
Here in this quick video tutorial, I will show you guys how you can fix typing problems in your Windows 11 search bar.command: ......
Read more >
How to Fix Windows Search Bar Not Working (Official Dell ...
If your Windows Search is not working, and nothing but a blank box is showing in Windows 10, here's how to fix Windows...
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