Skip to content

[Bug Report][3.10.5] VInput v-slot provided values shouldnt be too reactive #22206

@FragsterAt

Description

@FragsterAt

Environment

Vuetify Version: 3.10.5
Vue Version: 3.5.22
OS: Windows 10 (current)

Steps to reproduce

  1. open reproduction URL
  2. first input state isnt erroneousб because scoped value is nested reactive
  3. second input is using .value in template (sic!)
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions