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 53a06c4 commit 3065cdcCopy full SHA for 3065cdc
src/app/components/form/input/FormInputEmailUsername.vue
@@ -53,7 +53,7 @@ const {
53
isOptional,
54
title,
55
} = defineProps<{
56
- formInput: BaseValidation
+ formInput: BaseValidation<string | undefined>
57
id?: string
58
isOptional?: boolean
59
title?: string
0 commit comments