3.0.3
What's Changed
This is mostly a behind the scenes update. These small tweaks are the only things that may affect the end display of the component:
- The
onFocus
andonBlur
handlers will be called from a wrappingFormControl
if one is present. This sets thedata-focus
prop on the associatedFormLabel
and can be used for stateful styling. - The
Placeholder
component can no longer be highlighted, closer emulating the behavior of a nativeinput
component. - A disabled
Option
will no longer receive any styling on click if it is disabled. Previously it still appeared to react to the click, even though no action would be performed.
For all changes to the code see: Csandman/small improvements by @csandman in #42
Full Changelog: v3.0.2...v3.0.3