--- title: Combobox description: Autocomplete input and command palette with a list of suggestions. ---
[Radix Vue](https://github.com/radix-vue/radix-vue/releases/tag/v1.2.0) introduced a breaking change. You will need to wrap `ComboboxGroup` and `ComboboxItem` inside of `ComboboxList` now. ## Installation The Combobox is built using a composition of the `` and the `` components. See installation instructions for the [Popover](/docs/components/popover#installation) and the [Command](/docs/components/command#installation) components. ## Usage ```vue ``` ## Examples ### Combobox ### Popover ### Dropdown menu ### Form