searchbar example from docs not work?
See original GitHub issuehttps://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:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top 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 >
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 Free
Top 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
Perfect, thanks for the support.
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.