DmCombobox

Updated Aug 18, 2026
DataMagik Application Designer

DmCombobox

DmCombobox — a searchable single select, with async loading.

States

default

DmCombobox — default, light theme DmCombobox — default, dark theme

Example

<DmCombobox />

Props

NameTypeRequiredDefault
modelValuestring | number | nullnull
optionsDmOptionsSource<string | number>() => []
labelstringundefined
placeholderstringundefined
helpstringundefined
errorstringundefined
idstringundefined
requiredbooleanfalse
disabledbooleanfalse
clearablebooleantrue
labelHiddenbooleanfalse
debounceMsnumber250
noMatchTextstringundefined

Events

select, update:modelValue

Was this page helpful?