·
102 commits
to main
since this release
Fixed
-
Checkbox
- Fix issue where setting initial checked state to
indeterminatedoesn't work - Ensure
api.checkedStatereturns the correct checked state (boolean | "indeterminate")
- Fix issue where setting initial checked state to
-
Collapsible: Fix issue where
dirprop value was hardcoded toltrinstead of using the provided value -
Combobox: Fix issue where controlled single-select combobox does not propagate its initial value to
inputValue -
Listbox: Fix issue where pressing Enter key when no highlighted item still calls
event.preventDefault() -
Radio Group: Refactor to use
getBoundingClientRect()for precise indicator positioning -
Slider
- Fix issue where slider could stop abruptly when scrubbing thumb
- Fix issue where range slider thumbs become stuck when dragged to the same position without
minStepsBetweenThumbs
-
Tabs: Refactor to use
getBoundingClientRect()for precise indicator positioning -
Tags Input: Fix issue where
maxLengthdoesn't apply to the edit input as well