Skip to main content
cngx-src documentation

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#

ariaLabel#string
ReadonlyOptional

ARIA label on the chip-strip role="group". Localisation hook.

dragHandle#TemplateRef | null
ReadonlyOptional

Drag-handle glyph. null keeps the six-dot grip. Per-instance [chipDragHandle] wins.

freezeStripOnCommit#boolean
ReadonlyOptional

Freezes the chip strip during an in-flight commit. Default true - reorders are sub-second, freeze is clearer than per-chip spinners.

keyboardModifier#CngxReorderModifier
ReadonlyOptional

Forwarded to inner CngxReorder. Default 'ctrl'.