Skip to main content
cngx-src documentation

CNGX_SELECT_DISABLE_FIELD_SYNC

Token

InjectionToken<boolean>

Description#

Provide truthy in a subtree to suppress createFieldSync for every descendant select. The form-field bridge (disabled / focused / errorState) stays intact - only the bidirectional value-sync is opted out. Use when a composite control (e.g. cngx-filter-builder) is the form-field's control and its inner pickers must not write the composite's object value into their own scalar value model.

Type#

InjectionToken<boolean>