Releases: HemantNegi/jquery.sumoselect
Releases · HemantNegi/jquery.sumoselect
v3.0.6
See CHANGELOG.md for changes.
v3.0.5
See CHANGELOG.md for changes.
Bug fixes for iphone
- Bug fixes
Updated to ver. 3.0.1 with some bug fixes.
- Support for searching added.
- Optgroup support added
- Restructured markup
- Direction of select is controllable by settings.
- All the text can be customized (better localization support).
- Lots of bug Fixings..
SumoSelect - Bug fixed
fixed issue #52
All new sumoselect ver2.0.0
- Added tabindex and keyboard navigation support
- Added select all feature
- Redesigned the UI (No external icons are used now and color scheme can be controlled by css)
- Added some really useful new methods like reload(), selectAll(), unSelectAll(), enable(), disable()
- Better rensponse to lost focus and other events and non recognised devices.
- Lots of bug Fixings..
Major bug fixing
Major bug fixing and outputAsCSV : false
so default functionality of browser will not be deprecated.
Added More features
- Wraped all properties in a sumo object connected to native select element.
- Added standard add, remove, select, unselect, disable, eanble, unload etc. methods for better manipulation
- Instance of SumoSelect can be accessed from native reference of select element
- Added disabled = true to disable/ enable the control.
- Bug fixings..