API returned from {@link createDisplayBinding}DisplayBinding
Interface
projects/forms/select/shared/display-binding.ts
Import#
import { DisplayBinding } from '@cngx/forms/select'
Instance Properties#
isWritingFromValue#Signal Readonly
true while a library-authored write is propagating. Gate auto-open-
on-typing reactions on this flag.
Methods#
writeFromValue(v: T | undefined)
Imperative write of displayWith(v) into the input + search reset.
Idempotent - skips when input already matches and no term pending.