3.0.3 #43
csandman
announced in
Announcements
3.0.3
#43
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
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.Placeholder
component can no longer be highlighted, closer emulating the behavior of a nativeinput
component.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
This discussion was created from the release 3.0.3.
Beta Was this translation helpful? Give feedback.
All reactions