From 4697a8fc587a6ffc6ea3f6a04d467ae83fa7b5e3 Mon Sep 17 00:00:00 2001 From: bbcodrin Date: Mon, 25 Jun 2018 19:07:00 +0300 Subject: [PATCH] [ADF-2962] Login Hide/Show icon is not reachable (#3489) * hide/show focused & triggered * keyup.enter method used --- lib/core/login/components/login.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/core/login/components/login.component.html b/lib/core/login/components/login.component.html index 752d62ca87..2777de76b7 100644 --- a/lib/core/login/components/login.component.html +++ b/lib/core/login/components/login.component.html @@ -61,11 +61,11 @@ data-automation-id="password" tabindex="2"> + data-automation-id="hide_password" (click)="toggleShowPassword()" (keyup.enter)="toggleShowPassword()" tabindex="3"> visibility + data-automation-id="show_password" (click)="toggleShowPassword()" (keyup.enter)="toggleShowPassword()" tabindex="3"> visibility_off @@ -79,7 +79,7 @@
-