Skip to main content
cngx-src documentation

CngxActionSelectConfig

Interface

projects/forms/select/shared/action-select-config.ts

Import#

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

Description#

App-wide config for the action-select organisms. Cascade: per-instance input > provideActionSelectConfigAt > provideActionSelectConfig > library default.

Index#

Instance Properties#

actionPosition#CngxActionPosition
ReadonlyOptional

Slot position inside the panel frame. Default 'bottom'.

ariaLabel#string
ReadonlyOptional

ARIA label on the action-slot wrapper. Localisation hook.

closeOnCreate#boolean | null
ReadonlyOptional

Forces closeOnCreate across both organisms. null (default) keeps the variant baselines: single closes, multi keeps open.

ReadonlyOptional

When the panel-shell's CngxFocusTrap activates. Default 'dirty'.

liveInputFallback#boolean
ReadonlyOptional

Falls back to the raw <input> value when the debounced searchTerm hasn't caught up. Default true. Disable when consumer owns debouncing.

popoverPlacement#PopoverPlacement
ReadonlyOptional

Popover placement for the action organisms. Default 'bottom'.