App-wide config for the action-select organisms
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#
CngxActionPositionReadonlyOptional
Slot position inside the panel frame. Default 'bottom'.
closeOnCreate#
boolean | nullReadonlyOptional
Forces closeOnCreate across both organisms. null (default) keeps
the variant baselines: single closes, multi keeps open.
focusTrapBehavior#
CngxActionFocusTrapBehaviorReadonlyOptional
When the panel-shell's CngxFocusTrap activates. Default 'dirty'.
ReadonlyOptional
Falls back to the raw <input> value when the debounced searchTerm
hasn't caught up. Default true. Disable when consumer owns debouncing.
popoverPlacement#
PopoverPlacementReadonlyOptional
Popover placement for the action organisms. Default 'bottom'.