Releases: Mobius1/Selectr
Releases · Mobius1/Selectr
v2.1.4
- Fixed form.reset() not clearing Selectr elements (#13)
- Fixed autocomplete bug in Chrome (#12)
- Fixed pagination not incrementing when navigating with the down key
- Fixed
reset()
method not checking data
v2.1.3
Fixed bug with tagging system
v2.1.2
- New option
closeOnScroll
(#11) (see docs)
- Fixed bug with checking dropdown is on-screen (#10)
- Fixed navigation bug (70168f2)
v2.1.1
- new option
allowDeselect
(see docs)
- tabIndex enabled on the main container
- tabIndex disabled on search input when closed
v2.1.0
- New tagging feature (see docs)
New functions:
addOption()
(see docs)
serialize()
(see docs)
destroy()
(see docs)
render()
(see docs)
New options:
taggable
(see docs)
tagSeperators
(see docs)
v2.0.3
- Fixed bug in
open()
method that was breaking the inversion of the dropdown if it went off screen. The same bug was also breaking navigation with arrow keys when inverted.
- Disabled options can now be used with the
data
option. (See docs)
- New option
customClass
(See docs)
v2.0.1
- fix for IE9 (removeClass failing)
v2.0.0
- Complete rewrite
- New options added
- New methods added
- New events added
Updated functions:
getValue()
(see docs)
setValue()
(see docs)
Added options:
clearable
(see docs)
sortSelected
(see docs)
Updated options:
selectedValue
is now used for both single and multi selects (see docs)
Removed options:
ajax
minChars
emptyOption
selectedValues
selectedIndex, selectedIndexes
Removed events:
selectr.change
(see docs)
v1.0.9
- Fixed an issue with using the
renderSelection
option and selectedIndex
option together (the custom render function was not being called).