nativescript-filter-select
nativescript-filter-select copied to clipboard
A NativeScript plugin to provide an listview widget to select AND filter items
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
[This package](https://www.jsdelivr.com/package/npm/nativescript-filter-select) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`
Hello everyone, can you help me please? I have migrated my project to angular 10, and I have an error with the filter-select ***** Fatal JavaScript exception - application has...
Any chance of getting this plug-in updated for NS7?
Hi, someone can help me with this little issue? I can't figure it out which CSS class handles the 'x' button of the selected item. I know the `.filter-select-tag-delete` is...
Please help to me open the Filterselect Modal programmatically and get the value selected.
i need to open the filter modal on click the button in angular. please help me to make it
Thanks for your solution. But while am trying to set the value from the constructor or the NgOninit. the value cannot be bind. please help to resolve this issue. Also...
How can I call change event and pass there selected option? I'm trying like this but it's not working... `@change="countryChange($event)"`