Fixed
-
Angle Slider: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now
supportsaria-label
andaria-labelledby
props, 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
Enter
twice. The
tags-input now correctly handles custom values when the combobox has no highlighted item (aria-activedescendant
is
empty), allowing the tag to be added on the firstEnter
press.