[ACS-4295] Label is not persistent as placeholder is being used as the only visual label for a text field (#8211)

* Label is not persistent as placeholder is being used as the only visual label for a text field, so now added title too

* review comments addressed

* changes for placeholder and mat-label after discussion with shane

* failing unit tests correction
This commit is contained in:
Jatin Chugh
2023-03-29 19:21:16 +05:30
committed by GitHub
parent bf5352cbe9
commit 2f80607520
4 changed files with 7 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
*ngIf="showDropdownSiteList"
class="full-width"
(change)="siteChanged($event)"
[placeholder]="'NODE_SELECTOR.SELECT_LOCATION'"
[placeholder]="'NODE_SELECTOR.SELECT_LIBRARY'"
[hideMyFiles]="dropdownHideMyFiles"
[siteList]="dropdownSiteList"
[value]="startSiteGuid"