App-wide config for reorder-aware select variants
CngxReorderableSelectConfig
Interface
projects/forms/select/shared/reorderable-select-config.ts
Import#
import { CngxReorderableSelectConfig } from '@cngx/forms/select'
Description#
App-wide config for reorder-aware select variants. Cascade:
per-instance input > provideReorderableSelectConfigAt >
provideReorderableSelectConfig > library default.
Index#
Instance Properties#
dragHandle#
TemplateRef | null ReadonlyOptional
Drag-handle glyph. null keeps the six-dot grip. Per-instance
[chipDragHandle] wins.
ReadonlyOptional
Freezes the chip strip during an in-flight commit. Default true -
reorders are sub-second, freeze is clearer than per-chip spinners.