MortarJS / Mortar-JS

A React-powered framework that provides building blocks to craft and customize powerful data management tools for the web.
MIT License
101 stars 3 forks source link

Settle on a name for "Label" vs "InputLabel" for Form components, and add `JSX` as a valid property #44

Open Kyle-Mendes opened 8 years ago

Kyle-Mendes commented 8 years ago

Some components use label as the property for assigning a label to the field. Others use inputLabel. We need to settle on a single one and use it across all components.

Further, all labels should allow for JSX as an input, and not just a string, which will allow for more customization for labels (tooltips for example)