Files
headlessui/packages/@headlessui-vue/src/components/tabs
Robin Malfait 807ae66b8d Manually passthrough attrs for Combobox, Listbox and TabsGroup component (#1372)
* manually pass through `attrs`

Due to the return of the Fragment (for form compatibility) the
attributes will now be pass onto this Fragment instead of the underlying
DOM node. To fix this, we disable the `inheritAttrs` magic, and
passthrough the attributes to the correct component.

* update changelog
2022-04-27 23:38:50 +02:00
..