Skip to main content
cngx-src documentation

CngxTypeaheadChange

Interface

projects/forms/select/typeahead/typeahead.component.ts

Referenced by#

Import#

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

Description#

Change event emitted by CngxTypeahead.selectionChange.

Index#

Instance Properties#

previousValue#T | undefined
Readonly

Value before the change committed. Populated from the AD-activation snapshot, the commit-controller rollback target, and the pre-clear value.

Readonly
value#T | undefined
Readonly