We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2c89f commit 70b29edCopy full SHA for 70b29ed
1 file changed
packages/components/src/input/index.vue
@@ -10,7 +10,7 @@ defineOptions({
10
})
11
12
const props = withDefaults(defineProps<{
13
- type?: 'text' | 'password'
+ type?: 'text' | 'password' | 'number' | 'email' | 'search' | 'tel' | 'url' | (string & NonNullable<unknown>)
14
align?: 'inline' | 'block'
15
disabled?: boolean
16
clearable?: boolean
0 commit comments