Adjusted height of TextField component to be in line with the height of
Button component.
Adjusted height of Select component to be in line with the height of
Button component.
All components now forward passed in ref properties. The node to which the
ref is forwarded, depends on the component. In some cases, it is passed onto
the wrapper, in other cases on a child component. E.g. with TextField, the
input element will have the forwarded ref. This is based on subjective
judgement, taking into account what the expected behavior would be. Be sure to
notify us if something does not behave as you'd expect.
Box now allows negative values for all margin related properties.
All form elements that have a message property, will now display an icon
before the message if the error prop is also set to true.