You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using as="div" and attributes meant for the div on the <Listbox>, these can not be rendered correctly. E.g.:
Extraneous non-props attributes (style) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.6.0
What browser are you using?
Firefox
Reproduction URL
Listbox example in vue playground
Describe your issue
When using
as="div"
and attributes meant for thediv
on the<Listbox>
, these can not be rendered correctly. E.g.:The text was updated successfully, but these errors were encountered: