There was an error while loading. Please reload this page.
Busy Indicator
@Input loadingLabel
@Input ariaLabel
Select
[triggerTemplate]
[controlTemplate]
Before:
<fd-select [triggerTemplate]="customTrigger"> <fd-option *ngFor="let option of options" [value]="option">{{option}}</fd-option> </fd-select> <ng-template #customTrigger let-select> Custom template </ng-template>
After:
<fd-select [controlTemplate]="customSelectTemplate"> <fd-option *ngFor="let option of options" [value]="option">{{option}}</fd-option> </fd-select> <ng-template #customSelectTemplate let-optionText let-option="option"> Custom template </ng-template>
Notification
closeNotificationLabel
NotificationHeader
Product Switch