Skip to content

[Bug Report][3.9.0] If a v-form is disabled, its condition is not merged with the one of each input under it #21755

@simionato-mobisec

Description

@simionato-mobisec

Environment

Vuetify Version: 3.9.0
Vue Version: 3.5.17
Browsers: Firefox 140.0
OS: Mac OS 10.15

Steps to reproduce

  1. Create a <v-form>
  2. Bind its disabled prop to a boolean variable
  3. Add an input (in our case a <v-text-field>) under the form
  4. Bind its disabled prop to another boolean variable

Expected Behavior

Since the form it's disabled, all its input children should be disabled

Actual Behavior

Only the inline disabled condition is taken into account for each input

Reproduction Link

https://play.vuetifyjs.com/#...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions