- Initial version
- Added option to alphabetically sort the options by text label
- Hotfix sorting option incorrect implementation
- Added user callback option on selection change
- Hotifx incorrect default value for sortByValue
- Plugin rewritten according to basic boilerplate template (https://github.com/jquery-boilerplate/jquery-boilerplate)
- Added two exported API functions,
setLoggingEnabled(boolean loggingEnabled)
andchangeSelectedKey(string|integer newSelectedKey)
, see README for usage documentation
- On empty placeholder, do not create placeholder item
- Added possibility to append extra CSS classes to used/generated select elements through option 'selectCssClass'
Added option autoSelectSingleOptions
to allow automatic pre-selection of option if there is only single one (works recursively)
Multiple instances on the same page should now work without cross-contamination