Skip to main content
cngx-src documentation

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>

Metadata#

Index#

Properties

Instance Properties#

templateRef#unknown
Readonly
inject<TemplateRef<CngxSelectInputSlotContext>>(TemplateRef)