Skip to content

3.0.3

Compare
Choose a tag to compare
@csandman csandman released this 27 Jan 20:30
· 599 commits to main since this release
572919d

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 and onBlur handlers will be called from a wrapping FormControl if one is present. This sets the data-focus prop on the associated FormLabel and can be used for stateful styling.
  • The Placeholder component can no longer be highlighted, closer emulating the behavior of a native input 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