[AAE-3321] Select uploaded local files by default (#6079)

* [AAE-3111] Select uploaded files by default

* [AAE-3321] Select uploaded local files by default

* * After rebase

* *  Renamed method/property names

* * Fixed comments
* Added a private method to bubble up preselected nodes

* * Added unit tests

* * Fixed typo* added doc* Preselect based on the selection mode

* * Added way to test in demo shell
This commit is contained in:
siva kumar
2020-09-14 13:37:41 +05:30
committed by GitHub
parent a64e13bec5
commit 6fa02548ae
11 changed files with 429 additions and 34 deletions

View File

@@ -88,4 +88,8 @@
justify-content: center;
}
}
.adf-preselect-nodes-input {
width: 100%;
}
}