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
@@ -494,8 +495,12 @@ group, that is, everything related to a single field -- the label, the input,
494
495
and the error message -- in one line.
495
496
496
497
This component accepts the same attributes as `afFieldInput`.
497
-
Attributes that are prefixed with `label-` become attributes on the rendered `label` element while
498
-
any remaining attributes are forwarded to the `afFieldInput` component. You can also set `label=false` to omit the `label` element or set `label` to a string to use that text as the label text.
498
+
Attributes that are prefixed with `formgroup-` become attributes on the `div`
499
+
element, which contains the label and the field. Attributes that are prefixed
500
+
with `label-` become attributes on the rendered `label` element while any
501
+
remaining attributes are forwarded to the `afFieldInput` component. You can
502
+
also set `label=false` to omit the `label` element or set `label` to a
0 commit comments