Skip to content

feat(select): invalid v-model with is-multi prop now returns all options #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 20, 2025

Conversation

TotomInc
Copy link
Owner

@TotomInc TotomInc commented Mar 4, 2025

More of a feature than a fix, as this allow a deeper usage of the select component with :is-multi:="true" when an invalid v-model is provided.

Available options aren't filtered when the v-model is invalid, thus returning all options in the dropdown menu.

See #212 for more context.

Copy link

vercel bot commented Mar 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue3-select-component ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 20, 2025 0:21am

@TotomInc TotomInc force-pushed the feat/invalid-vmodel-ismulti-return-all-options branch from 4083674 to 80170ca Compare March 20, 2025 12:19
@TotomInc TotomInc merged commit 996c644 into master Mar 20, 2025
5 checks passed
@TotomInc TotomInc deleted the feat/invalid-vmodel-ismulti-return-all-options branch May 6, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant