AnglePickerControl: no help property, no margin bottom, outdated doc #68575
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Enhancement
A suggestion for improvement.
I tried using the
AnglePickerControl
component.What I noticed:
className
property, which it supports.className
property, which it supports.label
but does not supporthelp
for some reason.RangeControl
or others.The workaround to
3.
and4.
is to wrap it inBaseControl
, setBaseControl[label]
andBaseControl[help]
properties. And then you must setAnglePickerControl[label]
property to an empty string to remove duplicated labels. Quite ugly.The text was updated successfully, but these errors were encountered: