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(VDatePickerControls): disable in disabled forms #20982

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDatePicker 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