v0.66.1
Fixes
- support
PasswordInput
invalid state when used in aFluidForm
(6a3614b, #1371) - remove title attribute from
SideNavMenu
icon (c346b8e, #1373) - remove tabindex attribute from
SideNavMenu
icon (83c11fd, #1369) - override max-height in an expanded
SideNavMenu
(388a05c, #1368) - fix
ComposedModal
type error where the focus node is possiblynull
(9fcf985, #1364)
Refactor
- pass required
text
prop fromCodeSnippet
toCopyButton
to prevent development warning (d5d6294, #1372)
Documentation
- add
PasswordInput
example "Invalid state" - rename
ComboBox
example "Selected id" to "Initial selected id" - revise
DatePicker
example "DatePicker in a modal" to prevent iframe from stealing focus