@vueform/multiselect
Advanced tools
Changelog
v2.2.0
2021-09-09
groups
and related props which allow groupping options. 🎉🎉tailwind.scss
theme to use instead of classes
if needed.createTag
is true
#119.inputType
prop #108, #116.@paste
event #105.tab
as option for addTagOn
#117.max-height
for dropdown (to 15rem
).closeOnSelect
is true
in searchable
tags
and multiple
mode the input now blurs upon selecting an option.Changelog
v2.1.0
2021-07-26
dropdown
class now has dropdownHidden
when it is closed instead of using v-show
(requires using 2.1.0's themes/default.css
):maxHeight
prop. Use var(--ms-max-height)
instead.:strict
prop to achieve accent-free search #82.background-color
#85.-1
when :disabled
.Changelog
v2.0.0
2021-06-20
<template>
and default.css
.caret: true
regardless if the multiselect has selected option(s).canDeselect
and classes
prop.;
and ,
options to addTagOn
prop.Changelog
v1.4.0
2021-04-06
options
are no longer treated as objects, but both option value and label will equal to array item value. Eg. option: ['v1','v2']
used to be equal to {0: 'v1', 1: 'v2'}
, now they're equal to {v1: 'v1', v2: 'v2'}
.