Skip to content

Commit 014e4ea

Browse files
committed
feat: add help text to InputText component
1 parent 4a129a9 commit 014e4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/pages/inputs/InputText.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const schema
99
name: 'name',
1010
label: 'Basic',
1111
validation: 'required',
12-
12+
help: 'Some Help Text',
1313
},
1414
{
1515
$formkit: 'primeInputText',

0 commit comments

Comments
 (0)