Releases: Fivium/jquery-tagger
Releases · Fivium/jquery-tagger
v0.8.0
- Add hard widths to droparrow and search for old IE support
- Added support for disabled options
- Show suggestions list when the field is clicked
- Put onChange event call in setTimeout 0 to stop IE11 crashing
- Accessibility enhancements: Aria roles, alt text, required, focus shifting
- Add data attribute identifying select elements that have been turned in to taggers
- Don't show 'no suggestions' bar if the noSuggestText is null/empty or user hasn't typed yet
v0.7.1
- Fixes for widget blur
- More careful handling of double quotes in free text values
- Single select filter input now respects character threshold
- Keep focus on the widget when blurring from a list item selection via mouse
- Made freeTextMessage take a %VALUE% bind instead of concatenating it to the value
- Also used jquery trim for older IE support
- Redirect focus to the tagger widget when labels are clicked that were for the original select
v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.0
Major refactoring and fixes via @benbasson
v0.4.0
v0.3.0
Adds a mandatory selection option for single-select mode and general bug fixes