Skip to content
New issue

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

[Bug Report][3.7.2] date input not disabled inside disabled form #20543

Closed
mtdvlpr opened this issue Oct 1, 2024 · 0 comments · Fixed by #20982
Closed

[Bug Report][3.7.2] date input not disabled inside disabled form #20543

mtdvlpr opened this issue Oct 1, 2024 · 0 comments · Fixed by #20982
Labels
C: VDateInput T: bug Functionality that does not work as intended/expected
Milestone

Comments

@mtdvlpr
Copy link
Contributor

mtdvlpr commented Oct 1, 2024

Environment

Vuetify Version: 3.7.2
Vue Version: 3.5.10
Browsers: Chrome 129.0.0.0
OS: Windows 10

Steps to reproduce

<v-form disabled>
     <v-date-input label="I am not disabled" />
</v-form>

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/#...

mtdvlpr added a commit to mtdvlpr/vuetify that referenced this issue Feb 13, 2025
KaelWD pushed a commit to mtdvlpr/vuetify that referenced this issue Feb 17, 2025
@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VDateInput labels Feb 17, 2025
@KaelWD KaelWD added this to the v3.7.x milestone Feb 17, 2025
KaelWD added a commit that referenced this issue Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDateInput T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants