@headlessui/vue@v1.7.13
RobinMalfait
released this
12 Apr 17:09
·
277 commits
to main
since this release
Fixed
- Fix focus styles showing up when using the mouse (#2347)
- Disable
ComboboxInput
when itsCombobox
is disabled (#2375) - Add
FocusTrap
event listeners once document has loaded (#2389) - Don't scroll-lock
<Dialog>
when wrapping transition isn't showing (#2422) - Ensure DOM
ref
is properly handled in theRadioGroup
component (#2424)
Added
- Add
form
prop to form-like components such asRadioGroup
,Switch
,Listbox
, andCombobox
(#2356)