You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is specific to usage with the Composition API.
Given options and value passed as a Ref.
When a new option is added to options and also to value to make it selected,
the newly added option is not displayed as selected.
It seems, that the internal state for selected options to be displayed relies on the internal state of available options. But with composable, the internal state of available options is updated before the internal state of selected options.
Version
Description
The bug is specific to usage with the Composition API.
Given
options
andvalue
passed as aRef
.When a new option is added to
options
and also tovalue
to make it selected,the newly added option is not displayed as selected.
It seems, that the internal state for selected options to be displayed relies on the internal state of available options. But with composable, the internal state of available options is updated before the internal state of selected options.
Demo
Screencast.From.2025-04-17.00-34-18.mp4
https://jsfiddle.net/Lnso82b5/7/
The text was updated successfully, but these errors were encountered: