File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
projects/ui/src/lib/components/po-listbox Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 8080 </ ul >
8181 </ ng-container >
8282
83- < div *ngIf ="isServerSearching && type !== 'action' " class =" po-text-center ">
84- < ng-container *ngIf =" infiniteLoading; then scrollLoadingTemplate; else defaultLoadingTemplate "> </ ng-container >
83+ < div *ngIf ="isServerSearching && type !== 'action' " [ class. po-listbox-container-loading-default] =" !infiniteLoading ">
84+ < po-loading-overlay p-size =" md "> </ po-loading-overlay >
8585 </ div >
8686
87- < ng-template #scrollLoadingTemplate >
88- < po-loading-overlay class ="po-listbox-container-loading-scroll "> </ po-loading-overlay >
89- </ ng-template >
90-
91- < ng-template #defaultLoadingTemplate >
92- < po-loading class ="po-listbox-container-loading-default "> </ po-loading >
93- </ ng-template >
94-
9587 < ng-template #noDataTemplate >
9688 < div
9789 *ngIf ="!items.length && !isServerSearching && type !== 'action' "
You can’t perform that action at this time.
0 commit comments