unovue / radix-vue

Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
https://radix-vue.com
MIT License
3.71k stars 231 forks source link

fix(Combobox): Pass `highlightOnHover` to Listbox #1444

Open aguingand opened 4 days ago

aguingand commented 4 days ago

In v2, the new prop Combobox prop highlightOnHover is now passed to ListboxRoot.

ComboboxRootProps inherits of highlightOnHover prop from ListboxRootProps, so it must be passed explicitly.