Changelog
0.5.0
Added
change
,open/close
eventsfind
prop for converting insufficient model values to regular optionsstateful
prop to allow vue-select usage withoutv-model
slot
both
to customize both option & selected templates simultaneouslycloseOnSelect
,clearOnSelect
&clearOnClose
props
Breaking changes
Template provided to
selected
andoption
replaces the root element of the slots where possibledefault tag for
selected
andoption
components is aspan
0.4.1
Fixed
Improved CSS styles
Performance optimizations
compiled with v2.6.10
Added
Ability to customize the layout of the component
Animated spinner during options fetching
Focus/blur events
Removed
Beforelist and Afterlist components ( slots are still available )
0.3.1
Changed
Prop
taggin
may now be function; check Props.Method
search
now supportsforce
parameter to ignore caching.
Fixed
Mixins order in plugin setup so that user defined mixin is with higher priority.
0.3.0
Changed
Removed optionComponent, selectedComponent, beforelistComponent, afterlistComponent props. Now internal components may be replaced only through mixins. Check Components page for more info.
Last updated