Skip to content

Releases: HemantNegi/jquery.sumoselect

v3.0.6

17 Jun 07:55
f5070d8
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

v3.0.5

17 Jun 07:39
e69ac64
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

Bug fixes for iphone

30 Apr 07:07
Compare
Choose a tag to compare

Updated to ver. 3.0.1 with some bug fixes.

30 Apr 06:14
Compare
Choose a tag to compare
  • 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

07 Apr 05:14
Compare
Choose a tag to compare

All new sumoselect ver2.0.0

02 Apr 12:46
Compare
Choose a tag to compare
  • 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

01 Aug 16:07
Compare
Choose a tag to compare

Major bug fixing and outputAsCSV : false so default functionality of browser will not be deprecated.

Added More features

29 May 12:21
Compare
Choose a tag to compare
  • 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..