-
Notifications
You must be signed in to change notification settings - Fork 137
0.26.0 Breaking Changes
jmarkowski edited this page Dec 30, 2020
·
6 revisions
- Removed
[inlineHelp]input fromfd-form-label
Inline Help #4061
- Inline help now has completely changed structure, it is used now as a directive, just by adding
fd-inline-help="text", or[fd-inline-help-template]="templateRef". Example: Text:
<fd-icon glyph="question-mark" fd-inline-help="Inline Help Tooltip"></fd-icon>And usage with template:
<fd-icon glyph="question-mark" [fd-inline-help-template]="templateRef"></fd-icon>Switch component #4116
-
optionalTextinput property has been removed
Tab Component #4120
-
selectedIndexinput has been removed, useTabPanelComponent.open() -
selectedIndexChangeoutput has been removed, useselectedTabChange -
TabListComponent.selectTab()has been removed, useTabPanelComponent.open() -
TabPanelComponent.triggerExpandedPanel()has been removed, useTabPanelComponent.open()