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

Hello, I have a very big list of items to filter, then it take very long to render. [Question] Where to add $ionicLoading when search process is ongoing ? thank...

With data that contains both spaces and accents, we ran into the following problem: For example, if we have this in our database: "Tëst Dátà" And search for "Test" or...

Is it possible right now to set the filter via programming? Is know there is a "filterText" which gives my the text entered char by char in the search text...

Any plans yet for pre-loading a filter text (1) and saving the state of search result (2) [(2) could actually be implemented through (1)). Motivation: In order to provide a...

Based on #35 , make the return value from `search` function promise-able

Hi, I've been trying to disable the autocapitalize but the only way I know is the 'autocapitalize="off"', inside the input. Do you have any suggestion of how can we deal...

Hello, Thank you for your amazing work !! I would like to filter 2 datasSets at the same time. How can I use ionic-filter-bar to impact 2 lists ? Thank...

I required a date and month picker in the search so extended the plugin. The factory IonicFilterBar has added the following _searchType_ property which allows the HTML input element to...

Added option to delay keyboard show due to laggy animation. Fix #28