File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div
2
- class ="devui-drop{{ popDirection === 'bottom' ? 'down' : 'up' }}
3
- {{ size ? 'devui-select-' + size : '' }}
2
+ class ="devui-drop{{ popDirection === 'bottom' ? 'down' : 'up' }}
3
+ {{ size ? 'devui-select-' + size : '' }}
4
4
devui-dropdown-origin "
5
5
[ngClass] ="[isOpen ? 'open' : '', overview === 'underlined' ? 'devui-select-underlined-border' : '', disabled ? 'disabled' : ''] "
6
6
#selectWrapper
244
244
< ng-template [ngTemplateOutlet] ="dropdownItemTpl " [ngTemplateOutletContext] ="{ item: item, index: index } "> </ ng-template >
245
245
</ ng-container >
246
246
</ ul >
247
- < li *ngIf ="availableOptions.length === 0 && !noResultItemTemplate " class ="devui-no-data-tip ">
247
+ < li *ngIf ="availableOptions.length === 0 && !noResultItemTemplate && !this.showLoading " class ="devui-no-data-tip ">
248
248
< ng-container *ngIf ="!filter "> {{ i18nCommonText?.noData }}</ ng-container >
249
249
< ng-container *ngIf ="filter "> {{ i18nCommonText?.noRecordsFound }}</ ng-container >
250
250
</ li >
251
- < li *ngIf ="availableOptions.length === 0 && noResultItemTemplate " class ="devui-no-data-tip ">
251
+ < li *ngIf ="availableOptions.length === 0 && noResultItemTemplate && !this.showLoading " class ="devui-no-data-tip ">
252
252
< ng-template [ngTemplateOutlet] ="noResultItemTemplate " [ngTemplateOutletContext] ="{ options: options } "> </ ng-template >
253
253
</ li >
254
254
</ ul >
You can’t perform that action at this time.
0 commit comments