Skip to content

[Bug Report][3.7.4] Readonly Form is inconsistent when inputs have readonly false #20730

Closed
@charlesg99

Description

Environment

Vuetify Version: 3.7.4
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Linux x86_64

Steps to reproduce

Set a form to readonly with its readonly attribute. Set readonly to false to inputs within the form.

Expected Behavior

All inputs within the form are readonly

Actual Behavior

All inputs aren't readonly, you can still edit the textfield

Reproduction Link

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

Other comments

Seems like some work was done for selects in #16161. Probably need the same fix for textfields.

Metadata

Assignees

Labels

C: VFormC: VSelectT: bugFunctionality that does not work as intended/expected

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions