🌐 AI搜索 & 代理 主页
Skip to content

Commit 7bba402

Browse files
authored
Merge branch 'dev' into tmorehouse/table-filter-debounce
2 parents e44329c + 119ceb3 commit 7bba402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/form-group/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
{
2323
"prop": "labelFor",
24-
"description": "Set to the ID of the singular form-control in the form-group. Do not set if there is more than one form control in the group."
24+
"description": "Set to the ID of the singular form-control in the form-group. Do not set a value if there is more than one form control in the group."
2525
},
2626
{
2727
"prop": "labelSrOnly",
28-
"description": "Visually hides the label, but makes it available to screen reader users"
28+
"description": "Visually hides the label content, but makes it available to screen reader users"
2929
},
3030
{
3131
"prop": "description",
@@ -97,7 +97,7 @@
9797
},
9898
{
9999
"prop": "state",
100-
"description": "Controls the validation state of hte feedback. 'true' force shows valid-feedback, 'false' force shows invalid feedback, 'null' does not force show the feedback"
100+
"description": "Controls the validation state of the feedback. 'true' force shows valid-feedback, 'false' force shows invalid feedback, 'null' does not force show the feedback"
101101
},
102102
{
103103
"prop": "tooltip",

0 commit comments

Comments
 (0)