·
14 commits
to main
since this release
Fixed
-
Angle Slider: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now
supportsaria-labelandaria-labelledbyprops, and automatically falls back to the label element's ID for proper
ARIA labeling. -
Select: Fix accessibility violation where the required state was not set correctly to on the trigger.
-
Tags Input: Fix issue where entering a custom tag with combobox integration required pressing
Entertwice. The
tags-input now correctly handles custom values when the combobox has no highlighted item (aria-activedescendantis
empty), allowing the tag to be added on the firstEnterpress.