Skip to content

Commit

Permalink
fix(VDateInput): inherit class / style props (#20002)
Browse files Browse the repository at this point in the history
fixes #19985
  • Loading branch information
SonTT19 authored Jul 16, 2024
1 parent f970e5f commit a88a2ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/labs/VDateInput/VDateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export const VDateInput = genericComponent()({
return (
<VTextField
{ ...textFieldProps }
class={ props.class }
style={ props.style }
modelValue={ display.value }
onKeydown={ isInteractive.value ? onKeydown : undefined }
focused={ menu.value || isFocused.value }
Expand Down

0 comments on commit a88a2ee

Please sign in to comment.