From 40b5f8a82bcda44c16434d5ee11cf41a19ddc66a Mon Sep 17 00:00:00 2001 From: Homada Boumedane <homada.boumedane@unige.ch> Date: Fri, 17 Apr 2020 15:55:48 +0200 Subject: [PATCH] fix(portal): tooltip enable tooltip to display label when mouse over. Closes DLCM-1149 --- .../shared-searchable-single-select.presentational.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shared/components/presentationals/shared-searchable-single-select/shared-searchable-single-select.presentational.html b/src/app/shared/components/presentationals/shared-searchable-single-select/shared-searchable-single-select.presentational.html index 7a44dde20..a22d6d0f3 100644 --- a/src/app/shared/components/presentationals/shared-searchable-single-select/shared-searchable-single-select.presentational.html +++ b/src/app/shared/components/presentationals/shared-searchable-single-select/shared-searchable-single-select.presentational.html @@ -20,6 +20,7 @@ (keydown.tab)="closeOverlays(true,true)" (keydown.shift.tab)="closeOverlays(false,true)" (focus)="openOverlay($event)" + [matTooltip]="formLabel.get(formDefinition.value).value" [formControlName]="formDefinition.value" > </form> -- GitLab