DmCombobox
Updated Aug 18, 2026
DataMagik Application DesignerDmCombobox
DmCombobox — a searchable single select, with async loading.
States
default
Example
<DmCombobox />
Props
| Name | Type | Required | Default |
|---|---|---|---|
modelValue | string | number | null | null | |
options | DmOptionsSource<string | number> | () => [] | |
label | string | undefined | |
placeholder | string | undefined | |
help | string | undefined | |
error | string | undefined | |
id | string | undefined | |
required | boolean | false | |
disabled | boolean | false | |
clearable | boolean | true | |
labelHidden | boolean | false | |
debounceMs | number | 250 | |
noMatchText | string | undefined |
Events
select, update:modelValue