Toggle Sidebar B
AppearanceLight & dark mode D

Location Combobox

Combobox tuned for picking countries, cities, or any location-like option. Supports a pinned section at the top for recent or featured items.

Default

Pass options as { value, label } pairs.

Replay preview

With pinned

pinned values appear at the top of the list.

Replay preview

Disabled

Pass disabled to block selection.

Replay preview

API Reference

LocationCombobox

PropTypeDefaultDescription
modelValuestring""Selected label. Supports v-model.
options{ value, label }[][]Available options.
pinnedstring[][]Values to surface at the top.
placeholderstringPlaceholder text.
disabledbooleanfalseDisable selection.
EventDescription
update:modelValueFires with the selected value. Enables v-model.