ionic-modal-select icon indicating copy to clipboard operation
ionic-modal-select copied to clipboard

Modal select for Ionic Framework

Results 37 ionic-modal-select issues
Sort by recently updated
recently updated
newest added

It should scroll to selected value if there are selected value. Eg: selection of year, if the options is from year 1900 to 2100, user would need to scroll to...

Hi, Thanks for the nice plugin.. I'm trying to use it to show a modal on click of a button. The page has multiple rows and columns of buttons. The...

needs_example

- [ ] itemClass - [x] searchProperties - [ ] searchTemplate - [ ] searchFilter - [ ] onSearch

enhancement
needs docs

Using search and firebase $id causes some problems unless the attribute `search-properties` is set and contains `$id` . This should be mentioned in README and docs, as many ionic users...

needs docs

Keep api close to examples (single section), keep the division used for examples.

Using `{{option....}}` one can access all properties of `option` to build the selection list display. One can also use `option-property` or `option-getter` to get/build the ngModel value. But then, one...

The situation about tests is the following: - Testing environment has been setup with **gulp** and **karma** - Only tests for the `compile` directive have been added (in `tests/compile-directive.tests.js`) -...

help wanted