-
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.
This is the controller panel for Smart Panels app
Find a way to have complex input labels
-
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.