Skip to content

Commit 01f5e6f

Browse files
fix(VMaskInput): inherit class and style (#22247)
1 parent da4f99a commit 01f5e6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vuetify/src/labs/VMaskInput/VMaskInput.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ export const VMaskInput = genericComponent<VMaskInputSlots>()({
217217
{ ...textFieldProps }
218218
v-model={ model.value }
219219
ref={ vTextFieldRef }
220+
class={ props.class }
221+
style={ props.style }
220222
validationValue={ validationValue.value }
221223
onCut={ onCut }
222224
onPaste={ onPaste }

0 commit comments

Comments
 (0)