You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected behavior should be that all inputs with the :readonly="false" prop applied, in contradiction to the :readonly="true" property set in VForm, should be editable. VSelect is not working correctly.
I feel like the other way around would be more helpful, but I agree that a child should have the last say. If the resolution makes it that all child inputs have the same behavior, that's a win.
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.
The text was updated successfully, but these errors were encountered: