File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/app/shared/form/vocabulary-treeview Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2424</ div >
2525< div class ="treeview-container ">
2626 < ds-themed-loading *ngIf ="loading | async " [showMessage] ="false "> </ ds-themed-loading >
27- < h2 *ngIf ="!(loading | async) && dataSource.data.length === 0 " class ="h4 text-center text-muted mt-4 " >
28- < span > {{'vocabulary-treeview.search.no-result' | translate}}</ span >
29- </ h2 >
27+ < div aria-live ="polite ">
28+ < h2 *ngIf ="!(loading | async) && dataSource.data.length === 0 " class ="h4 text-center text-muted mt-4 " >
29+ < span > {{'vocabulary-treeview.search.no-result' | translate}}</ span >
30+ </ h2 >
31+ </ div >
3032 < cdk-tree [dataSource] ="dataSource " [treeControl] ="treeControl ">
3133 <!-- Leaf node -->
3234 < cdk-tree-node *cdkTreeNodeDef ="let node " cdkTreeNodePadding class ="d-flex ">
You can’t perform that action at this time.
0 commit comments