We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fb627 commit b3d5facCopy full SHA for b3d5fac
roadmap.md
@@ -2,5 +2,5 @@
2
- [x] Checkbox, radiobuttons support.
3
- [x] Disabled items.
4
- [x] Initialize using any jquery selector (not only an id), bulk initialize.
5
-- [ ] Make it possible to call: select / unselect / disable / enable / getSelected / reset - programmatically f.e. `$(...).multiPicker('select', [1, 2]);`
6
-- [ ] Write tests.
+- [x] Make it possible to call: select / unselect / disable / enable / getSelected / reset - programmatically f.e. `$(...).multiPicker('select', [1, 2]);`
+- [x] Write tests.
0 commit comments