Releases: TotomInc/vue3-select-component
Releases · TotomInc/vue3-select-component
v0.12.3
v0.12.2
🐞 Bug Fixes
View changes on GitHub
v0.12.1
v0.12.0
v0.11.8
v0.11.7
🐞 Bug Fixes
- select: Trigger selected values when adding new item - by @diegojfer (d61b8)
View changes on GitHub
v0.11.6
v0.11.6-beta.2
🚀 Features
- select:
- Invalid v-model with is-multi prop now returns all options - by @TotomInc (3ccbe)
- Automatically convert v-model to array when undefined with is-multi - by @TotomInc (0eb0e)
- Invalid v-model with is-multi prop now returns all options - by @TotomInc (f8a80)
- Automatically convert v-model to array when undefined with is-multi - by @TotomInc (cb3ac)
🐞 Bug Fixes
- select: Use getOptionValue to determine selected options when using isMulti prop - by @TotomInc (80170)