*cngxSelectInputSuffix slot - projected after the trigger <input> , before clear/caret
CngxSelectInputSuffix
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxSelectInputSuffix } from '@cngx/forms/select'
Description#
*cngxSelectInputSuffix slot - projected after the trigger <input>,
before clear/caret. Same context as CngxSelectInputPrefix.
<cngx-typeahead [options]="colors">
<ng-template cngxSelectInputSuffix let-focused="focused">
<kbd [class.active]="focused">⏎</kbd>
</ng-template>
</cngx-typeahead>