Skip to content

0.27.0 Breaking Changes

sKudum edited this page Feb 3, 2021 · 1 revision

Select #4511

extendedBodyTemplate- will be deprecated- as it is handled internally by select.component, customized templates,controlTemplate!=null or undefined is considered as extendedBodyTemplate as true.

From:

<fd-select [(value)]="selectedValue"  [extendedBodyTemplate]="true" [controlTemplate]="customSelectTemplate">

To:

<fd-select [(value)]="selectedValue" [controlTemplate]="customSelectTemplate">
Clone this wiki locally