We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0ae73 commit 01be04dCopy full SHA for 01be04d
packages/vuetify/src/labs/VOtpInput/VOtpInput.tsx
@@ -45,7 +45,7 @@ export const makeVOtpInputProps = propsFactory({
45
placeholder: String,
46
type: {
47
type: String as PropType<'text' | 'password' | 'number'>,
48
- default: 'text',
+ default: 'number',
49
},
50
51
...makeDimensionProps(),
0 commit comments