Skip to content

Commit

Permalink
refactor(VOtpInput): change default type to number
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Oct 4, 2023
1 parent 7b0ae73 commit 01be04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/labs/VOtpInput/VOtpInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const makeVOtpInputProps = propsFactory({
placeholder: String,
type: {
type: String as PropType<'text' | 'password' | 'number'>,
default: 'text',
default: 'number',
},

...makeDimensionProps(),
Expand Down

0 comments on commit 01be04d

Please sign in to comment.