Skip to main content
cngx-src documentation

CngxTriggerFocusState

Interface

projects/forms/select/shared/trigger-focus.ts

Import#

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

Description#

Focus-state slot shared by every select-family trigger. Variant- specific reactions (openOn cascade, clearOnBlur, autofocus, markAsTouched forwarding) stay in each variant's handleFocus/handleBlur.

Index#

Instance Properties#

focused#Signal
Readonly

Readonly focus flag.

writable#WritableSignal
Readonly

Writable handle - only the owner touches it.

Methods#

markBlurred#void
markFocused#void