Questions tagged [searchbar]

No instructions have been provided for this tag at the moment.

Height and placeholder issue with ion-searchbar

Hey there, I hope everything is going well for you. I've encountered a problem with the Ionic 5 - Angular Searchbar feature. This is how I added the searchbar: <ion-searchbar [(ngModel)]="text" (ionChange)="search()& ...

The search bar in Laravel is encountering an Uncaught ReferenceError with AJAX

I'm attempting to create a real-time search bar for my products list, but I keep encountering an error in my console Uncaught ReferenceError: data is not defined at HTMLInputElement.<anonymous> (produits:243) at HTMLDocument.dispatch (jquery-2.2.4.mi ...

Utilizing Vuex to implement a search functionality in a list

I've encountered an issue with my vueJs application. I have a list of uploaders and a search bar, but after incorporating vuex, the list is no longer rendered. Following the guidance provided in this question, I implemented the following: <template> ...

Search bar functionality appears to be unresponsive within a table view that is populated with JSON

Need help with UISearchBar not working in UITableView populated with JSON data. The TableView is displaying the data correctly, but the search field is unresponsive. Any suggestions? The drag and drop seems to be functioning properly, as the data displays ...