Skip to main content
cngx-src documentation

CngxComboboxChange

Interface

projects/forms/select/combobox/combobox.component.ts

Referenced by#

Import#

import { CngxComboboxChange } from '@cngx/forms/select'

Description#

Change event emitted by CngxCombobox.selectionChange.

Index#

Instance Properties#

action#"toggle" | "clear"
Readonly
added#unknown
Readonly
previousValues#unknown
ReadonlyOptional

Values before the change committed. Populated on commit-success, direct-pick / removal / clear, and Backspace-on-empty paths. Plural matches CngxMultiSelectChange.previousValues.

removed#unknown
Readonly
Readonly
values#unknown
Readonly