You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/form-group/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@
21
21
},
22
22
{
23
23
"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."
25
25
},
26
26
{
27
27
"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"
29
29
},
30
30
{
31
31
"prop": "description",
@@ -97,7 +97,7 @@
97
97
},
98
98
{
99
99
"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"
0 commit comments