We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e6069 commit 6fcca9dCopy full SHA for 6fcca9d
projects/terminology-treeview/src/lib/terminology-tree-filter/terminology-tree-filter.component.html
@@ -17,7 +17,9 @@
17
[(ngModel)]="edutrFilterText"
18
(ngModelChange)="onFilterTextChange($event)"
19
[placeholder]="
20
- translateService.instant(edutrReadOnly ? null : edutrPlaceholder)
+ edutrPlaceholder
21
+ ? translateService.instant(edutrReadOnly ? null : edutrPlaceholder)
22
+ : ''
23
"
24
[readonly]="edutrReadOnly || isMaxSelectionCountReached()"
25
[disabled]="edutrDisabled"
0 commit comments