We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.7.2 Vue Version: 3.5.10 Browsers: Chrome 129.0.0.0 OS: Windows 10
<v-form disabled> <v-date-input label="I am not disabled" /> </v-form>
Date input should be disabled when the form is disabled.
The date input is unaffected by the form disabled state.
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
fix(VDatePickerControls): disable in disabled forms
749f387
fixed vuetifyjs#20543
19cf7d4
fix(VDateInput): disable in disabled forms (#20982)
e0ec39f
fixes #20543 Co-authored-by: Kael <[email protected]>
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.7.2
Vue Version: 3.5.10
Browsers: Chrome 129.0.0.0
OS: Windows 10
Steps to reproduce
Expected Behavior
Date input should be disabled when the form is disabled.
Actual Behavior
The date input is unaffected by the form disabled state.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: