-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
290
Because of this, having something like this:
<LabeledInput label={<b>this is bold</b>} />
is impossible. You have to
<LabeledInput label={<b className="label">this is bold</b>} />
There must be a better way.