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 ab54c61 commit 6be6b2bCopy full SHA for 6be6b2b
src/runtime/components/Input.vue
@@ -43,6 +43,7 @@ export interface InputProps extends UseComponentIconsProps {
43
string?: boolean
44
number?: boolean
45
trim?: boolean
46
+ lazy?: boolean
47
nullify?: boolean
48
}
49
ui?: Input['slots']
src/runtime/components/Textarea.vue
@@ -43,6 +43,7 @@ export interface TextareaProps extends UseComponentIconsProps {
modelModifiers?: {
ui?: Textarea['slots']
0 commit comments