You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the noLabel prop on the Select component, the label margin isn't rendered resolving this issue.
There is a disconnect between how the Select component works when compared to the TextInput component. TextInput won't render the label margin if Boolean(labelText) === false.
My personal preference is to go with the way the TextInput works because an empty label doesn't render the full height of a label if it were populated (i.e. it won't line up with other inline inputs that do have labels).
I have not made any updates to TextInput based on this issue so far.
Padding of Input element when not have title is not consistency
The text was updated successfully, but these errors were encountered: