Releases: sa-si-dev/virtual-select
Releases · sa-si-dev/virtual-select
v1.0.37
Added
- #208 - New property
focusSelectedOptionOnOpen: false
Fixed
- #209 - error when markSearchResults: true (PR #212 by @gnbm )
- #211 - option unselect not working on multi-level
v1.0.36
Added
Changed
- #151, #176 - Improved
selectAllOnlyVisible
feature
v1.0.35
Added
Fixed
- #196 - Server search error - e.forEach is not a function
- #197 - BUG: Create a multiselect from DOM elements with Optgroup
v1.0.34
Fixed
- #191 - Prevent MutationObserver destroying on DOM move (@caiosm1005 )
- #195 - It's selected as if it's on the screen.
- #198 - Fixed array of strings options with custom label and value keys (@sha-hin)
v1.0.33
Added
- #183 - Clearing search value on selecting option in single select only
v1.0.32
Fixed
- #171 - Updating dropbox position on window resize
- #177 - Value getting reset on search clear with
onServerSearch
case
Added
- #139 -
minValues
- Minimum no.of options should be selected to succeed required validation
- #160 - setEnabledOptions()
- #170 -
options[].classNames
- Additional class names to customize specific option
v1.0.31
- Bug fixes
- New property
updatePositionThrottle
v1.0.30
- ESLint issue fixes
- New property
searchByStartsWith
v1.0.29
- Bug fixes
- ESLint issue fixes