Factory token for {@link ActionHostBridge} ยท Factory for the DisplayBinding that turns a select's current value i...
forms/select/state
Category
No results found
Features5#
- TokenCNGX_ACTION_HOST_BRIDGE_FACTORYFactory token for {@link ActionHostBridge}
- TokenCNGX_DISPLAY_BINDING_FACTORYFactory for the DisplayBinding that turns a select's current value into the trigger's display text
- TokenCNGX_LOCAL_ITEMS_BUFFER_FACTORYFactory token for {@link LocalItemsBuffer}
- TokenCNGX_PROJECTED_OPTION_MODEL_FACTORYFactory for the projected-option model - folds projected <cngx-option> / <cngx-optgroup> content into the...
- TokenCNGX_SELECT_DISABLE_FIELD_SYNCProvide truthy in a subtree to suppress {@link createFieldSync} for every descendant select
References23#
- InterfaceActionHostBridgeBridge surface plugged into the variant's view-host contract: dirty + callbacks feed the panel shell, shouldTrapF...
- InterfaceActionHostBridgeOptionsOptions for {@link createActionHostBridge}
- InterfaceCngxSelectOptionDefData-driven option for the Select family
- InterfaceCngxSelectOptionGroupDefData-driven optgroup descriptor
- InterfaceDisplayBindingAPI returned from {@link createDisplayBinding}
- InterfaceDisplayBindingOptionsConfiguration for {@link createDisplayBinding}
- InterfaceLocalItemsBufferAppend-only buffer for locally-patched options
- InterfaceProjectedOptionModelOutput of {@link createProjectedOptionModel}
- InterfaceProjectedOptionModelInputInput for {@link createProjectedOptionModel}
- FunctioncreateActionHostBridgeAction-host bridge for a select-family variant: dirty signal + stable callbacks bundle + focus-trap policy + dismiss-...
- FunctioncreateDisplayBindingBidirectional binding between a scalar value signal and the visible text of a co-located <input> running CngxLi...
- FunctioncreateFieldSyncGate-aware wrapper over the canonical createFieldSync from @cngx/forms/field
- FunctioncreateLocalItemsBufferBuilds a {@link LocalItemsBuffer}
- FunctioncreateProjectedOptionModelHierarchy-preserving option model derived from projected DOM
- FunctionfilterSelectOptionsFilters by term using a listbox match fn
- FunctionflattenSelectOptionsFlattens grouped + flat input
- FunctionisCngxSelectOptionGroupDefGroup / flat-option type guard
- FunctionmergeLocalItemsFolds a local-items buffer onto server-provided options, deduped by value via compareWith
- Type AliasCngxActionHostBridgeFactoryFactory signature for {@link CNGX_ACTION_HOST_BRIDGE_FACTORY}
- Type AliasCngxDisplayBindingFactoryFactory signature for {@link CNGX_DISPLAY_BINDING_FACTORY}
- Type AliasCngxLocalItemsBufferFactoryFactory signature for {@link CNGX_LOCAL_ITEMS_BUFFER_FACTORY}
- Type AliasCngxProjectedOptionModelFactoryFactory signature for {@link CNGX_PROJECTED_OPTION_MODEL_FACTORY}
- Type AliasCngxSelectOptionsInputMixed flat-or-grouped options accepted by [options] in data-driven mode