Skip to content

Commit 01be04d

Browse files
committed
refactor(VOtpInput): change default type to number
1 parent 7b0ae73 commit 01be04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/labs/VOtpInput/VOtpInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const makeVOtpInputProps = propsFactory({
4545
placeholder: String,
4646
type: {
4747
type: String as PropType<'text' | 'password' | 'number'>,
48-
default: 'text',
48+
default: 'number',
4949
},
5050

5151
...makeDimensionProps(),

0 commit comments

Comments
 (0)