designsystemet
designsystemet copied to clipboard
Should HelpText be able place inside Label?
Today, <HelpText>
renders a button
, meaning it can not be placed inside <Label>
.
If the desired design is:
Label (?)
+------------------+
|Input here |
+------------------+
...the consumer will probably place HelpText
inside Label
and thus create invalid HTML. How should we handle this?