Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 350 Bytes

roadmap.md

File metadata and controls

6 lines (6 loc) · 350 Bytes
  • All new browsers compatability.
  • Checkbox, radiobuttons support.
  • Disabled items.
  • Initialize using any jquery selector (not only an id), bulk initialize.
  • Make it possible to call: select / unselect / disable / enable / getSelected / reset - programmatically f.e. $(...).multiPicker('select', [1, 2]);
  • Write tests.