LaunchPadLab / lp-components

Our Components
http://lp-components.herokuapp.com
MIT License
5 stars 1 forks source link

Change hideLabel prop name for clarity #560

Closed chawes13 closed 2 years ago

chawes13 commented 2 years ago

The hideLabel prop for the RangeInput doesn't actually hide the label, but rather the value of the range that is selected. The input is wrapped in a <LabeledField>, so it will still show the label, even when hideLabel is true