ionic-filter-bar icon indicating copy to clipboard operation
ionic-filter-bar copied to clipboard

Filter Bar plugin for the Ionic Framework

Results 52 ionic-filter-bar issues
Sort by recently updated
recently updated
newest added

Adds ability to set the text that should be used to populate the search bar when it is first opened.

- `{function=}` `filterTextChanged` Optional callback to be invoked with the `filterText` when it has changed. Useful if filtering must be achieved server-side.

I'm using the 1.0.4 version of the filter bar but downloaded SportScoop and see it there too. On Android, if you tap the search button but then change your mind...

Hello, I'm currently using your plugin for an Ionic project, and I really like it! I'm using your plugin to filter a given set of items, but now I'd like...

hi, great plugin thanks. is there a simple way to use the plugin just for the header input field animation, rather than the full angular filter functionality? it would be...

Which method is called when ion filter bar closes I am using ion scroll tabs and have used the ion filterbar now that in each tab i have to filter...

is there a way to get the items array from a promise function? What i'm trying to do is get the `search term` from `ionFilterBar` and call my backend server...

Hi, I would like to know if it is possible to filter not only on 1 attribute, but on several like : ``` filterProperties: ['title','description'] // This doesn't work ```...

I am using this but have a problem, hope you guys can help. Looks like you have not seen this. 1) after making it work on the browser (works fine)...