Skip to main content
cngx-src documentation

TypeaheadControllerOptions

Interface

projects/forms/select/shared/typeahead-controller.ts

Import#

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

Description#

Configuration for createTypeaheadController.

Index#

Instance Properties#

compareWith#Signal>
Readonly

Reserved - current matcher uses label.startsWith only.

debounceMs#Signal
Readonly

Buffer-reset window. Maps to typeaheadDebounceInterval.

disabled#Signal
Readonly

true short-circuits matchFromIndex to null.

options#Signal[]>
Readonly

Flat candidate list in listbox order.