Skip to main content
cngx-src documentation

DisplayBinding

Interface

projects/forms/select/shared/display-binding.ts

Import#

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

Description#

API returned from createDisplayBinding.

Index#

Instance Properties#

isWritingFromValue#Signal
Readonly

true while a library-authored write is propagating. Gate auto-open- on-typing reactions on this flag.

Methods#

writeFromValue#void
writeFromValue(v: T | undefined)

Imperative write of displayWith(v) into the input + search reset. Idempotent - skips when input already matches and no term pending.

@paramvT | undefined