Environment
Vuetify Version: 3.12.3
Vue Version: 3.5.30
OS: Windows 10 (current)
Steps to reproduce
- Click on the select control.
- Choose Option 2.
Expected Behavior
Validation occurs after the value has changed, no error state.
Actual Behavior
Validation occurs before the value has changed, the control briefly enters error state and can be seen red.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
In the playground link provided the state which is not valid is the null state, but the same behavior can be seen with any other state, as long as the initial state is not valid, and the second (or third, etc) option is valid.
Tested on firefox. Was working on 3.11.9.
Environment
Vuetify Version: 3.12.3
Vue Version: 3.5.30
OS: Windows 10 (current)
Steps to reproduce
Expected Behavior
Validation occurs after the value has changed, no error state.
Actual Behavior
Validation occurs before the value has changed, the control briefly enters error state and can be seen red.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
In the playground link provided the state which is not valid is the null state, but the same behavior can be seen with any other state, as long as the initial state is not valid, and the second (or third, etc) option is valid.
Tested on firefox. Was working on 3.11.9.