- Options can now be selected with the TAB key (#258). Thanks @code-guru!
- Added Cmd+N/P support (#282) to cycle options in the dropdown menu. Thanks @caseywebdev!
- Optimized
setValue()
to be much faster when setting multiple values (#306). Thanks @jeff-mccoy! - Optimized initialization of many Selectize controls at once (#243). Thanks @enoshixi!
- Added CommonJS export definition for browserify users (#330).
- Fixed
preload: "focus"
behavior (#245) Thanks @lananelson! - Fixed Selectize in XHTML+XML environments (#230) Thanks @ankit!
- Fixed event handler when remove_button label contains HTML. Thanks @sjhewitt!
- Creating items when the control is without focus does not cause the dropdown to open now. Thanks @sjhewitt!