Skip to content

Fix Vue compatibility issues#230

Merged
bendera merged 7 commits intomainfrom
fix/vue-compatibility-fixes
Nov 26, 2024
Merged

Fix Vue compatibility issues#230
bendera merged 7 commits intomainfrom
fix/vue-compatibility-fixes

Conversation

@bendera
Copy link
Copy Markdown
Member

@bendera bendera commented Nov 22, 2024

No description provided.

Allow setting a single value on a multi-select for Vue compatibility.
Add ability to set a value before the selectable option is appended.
This behavior is required for the correct functioning of the
v-model directive.
Make type prop writable for vue v-model compatibility
When the `value` prop is set, the option with the corresponding value will be selected. Previously, if the value was not present in the options list, the first option was automatically selected. With this change, if an invalid value is set, none of the options will be selected, and the `value` prop will return an empty string.
@bendera bendera changed the title Fix/vue compatibility fixes Fix Vue compatibility issues Nov 24, 2024
@bendera bendera marked this pull request as ready for review November 26, 2024 23:22
@bendera bendera merged commit a2572f0 into main Nov 26, 2024
@bendera bendera deleted the fix/vue-compatibility-fixes branch January 17, 2025 21:32
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