LaunchPadLab / lp-components

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

pass DOM props to inner label tags. also tests #506

Closed aojin closed 2 years ago

aojin commented 2 years ago

Pass all DOM props down to inner label in InputLabel #350

chawes13 commented 2 years ago

In retrospect, I don't think we want this behavior. Since all of these props get passed to the input, this can lead to conflicts (e.g., data-* attributes would get added to both the label and the input field)