Skip to content

Commit

Permalink
Update packages/vuetify/src/components/VOtpInput/VOtpInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider authored Feb 6, 2025
1 parent 0324b80 commit 771b6f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vuetify/src/components/VOtpInput/VOtpInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ export const makeVOtpInputProps = propsFactory({
type: String as PropType<'text' | 'password' | 'number'>,
default: 'number',
},
masked: {
type: Boolean,
default: false,
},
masked: Boolean,
...makeDimensionProps(),
...makeFocusProps(),
...only(makeVFieldProps({
Expand Down

0 comments on commit 771b6f7

Please sign in to comment.