Minor Changes
- #3292
66637a4
Thanks @ktravers! - Improve Details component accessibility by setting aria-label and aria-expanded attributes correctly on initial render and when toggled open/closed.
Patch Changes
-
#3327
e3e29b0
Thanks @acbreton! - Prevent scroll when openingActionMenu
s. -
#3319
42db9dd
Thanks @ktravers! - Adds optional autofocus to ToggleSwitch -
#3291
aeaeb96
Thanks @francinelucca! - fix(ToggleSwitch): add X-Requested-With header -
#3318
081e5dd
Thanks @kendallgassner! - [ActionMenuForm] Add aria-describedby to the ActionMenuForm's button so that the label is describing the button -
#3316
4552438
Thanks @camertron! - Correct accessibility issues in FormControl examples and address missing aria attributes -
#3303
7fbd8da
Thanks @camertron! - Do not populate dynamic label with active item in multi-select mode