*cngxComboboxTriggerLabel slot - replaces the chip-strip loop; search input stays in place
CngxComboboxTriggerLabel
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxComboboxTriggerLabel } from '@cngx/forms/select'
Description#
*cngxComboboxTriggerLabel slot - replaces the chip-strip loop;
search input stays in place.
<cngx-combobox ...>
<ng-template cngxComboboxTriggerLabel let-count="count">
@if (count > 0) { <span class="count-badge">{{ count }}</span> }
</ng-template>
</cngx-combobox>