*cngxMultiSelectChipHandle slot - reorderable chip drag-handle glyph
CngxMultiSelectChipHandle
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxMultiSelectChipHandle } from '@cngx/forms/select'
Description#
*cngxMultiSelectChipHandle slot - reorderable chip drag-handle glyph.
Cascade: this slot > [chipDragHandle] Input > default ⋮⋮. Handle
span stays aria-hidden="true" (AT reads [reorderAriaLabel] instead).
<cngx-reorderable-multi-select ...>
<ng-template cngxMultiSelectChipHandle>
<svg viewBox="0 0 8 12" width="8" height="12">…dots…</svg>
</ng-template>
</cngx-reorderable-multi-select>