Skip to content

Commit

Permalink
fix(VDateInput): inherit class
Browse files Browse the repository at this point in the history
  • Loading branch information
SonTT19 committed Jun 13, 2024
1 parent 666484a commit 3e2d413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/labs/VDateInput/VDateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const VDateInput = genericComponent()({
return (
<VTextField
{ ...textFieldProps }
class={ props.class }
modelValue={ display.value }
onKeydown={ onKeydown }
focused={ menu.value || isFocused.value }
Expand Down

0 comments on commit 3e2d413

Please sign in to comment.