Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
3.71k
stars
231
forks
source link
fix(Combobox): Pass `highlightOnHover` to Listbox #1444
Open
aguingand opened 4 days ago
In v2, the new prop Combobox prop
highlightOnHover
is now passed to ListboxRoot.ComboboxRootProps
inherits ofhighlightOnHover
prop fromListboxRootProps
, so it must be passed explicitly.