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

fix(VDateInput): disable in disabled forms #20982

Merged
merged 2 commits into from
Feb 17, 2025
Merged

Conversation

mtdvlpr
Copy link
Contributor

@mtdvlpr mtdvlpr commented Feb 13, 2025

Description

fixes #20543

Markup:

<template>
    <v-form disabled>
        <v-date-input />
        <v-date-picker />
    </v-form>
</template>

@KaelWD KaelWD force-pushed the master branch 2 times, most recently from 383dac4 to 812af2e Compare February 14, 2025 06:34
@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected C: VDatePicker labels Feb 14, 2025
@KaelWD KaelWD changed the title fix(VDatePickerControls): disable in disabled forms fix(VDateInput): disable in disabled forms Feb 17, 2025
@KaelWD KaelWD merged commit e0ec39f into vuetifyjs:master Feb 17, 2025
5 checks passed
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 this pull request may close these issues.

[Bug Report][3.7.2] date input not disabled inside disabled form
3 participants