Environment
Vuetify Version: 3.10.5
Vue Version: 3.5.22
OS: Windows 10 (current)
Steps to reproduce
- open reproduction URL
- first input state isnt erroneousб because scoped value is nested reactive
- second input is using .value in template (sic!)
- third and fourth inputs cast all to boolean via toValue
Expected Behavior
direct check of scoped value, like in third and fourth inputs
Actual Behavior
isValid.value is ComputedRef, so I need to use .value in template
Reproduction Link
https://play.vuetifyjs.com/#...
Images