Releases: vueform/multiselect
Releases · vueform/multiselect
2.2.0
🎉 Feature
- 🎉🎉 Added
groups
and related props which allow groupping options. 🎉🎉 - Added
tailwind.scss
theme to use instead ofclasses
if needed. - Added support for case sensitive tags when
createTag
istrue
#119. - Added
inputType
prop #108, #116. - Added
@paste
event #105. - Added
tab
as option foraddTagOn
#117. - Updated default
max-height
for dropdown (to15rem
).
🐞 Bug Fixes
- When
closeOnSelect
istrue
insearchable
tags
andmultiple
mode the input now blurs upon selecting an option. - Fix for empty dropdown when async options are loading #115.
- Fixed dropdown auto-scrolling when using arrows.
2.1.1
2.1.0
🎉 Feature
- BREAKING:
dropdown
class now hasdropdownHidden
when it is closed instead of usingv-show
(requires using 2.1.0'sthemes/default.css
) - BREAKING: removed
:maxHeight
prop. Usevar(--ms-max-height)
instead. - BREAKING: tags search layout has changed -> added a wrapper div and an extra span to calculate input width.
- Dropddown can be closed on caret click #88.
- Added
:strict
prop to achieve accent-free search #82. - Removed inline styles, CSP compilance #84.
- Background images are now customizable via
background-color
#85.
🐞 Bug Fixes
- Free typed tags fix #96.
- Tabindex becomes
-1
when:disabled
.
2.0.1
- Classname fixes.
- Readme update.
2.0.0
- BREAKING: Completely rewritten
<template>
anddefault.css
. - Added CSS vars support for easier styling.
- Added support for utility classes, like TailwindCSS.
- Caret is now always displayed when
caret: true
regardless if the multiselect has selected option(s). - Added
canDeselect
andclasses
prop. - Added
;
and,
options toaddTagOn
prop.