mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user