... not needed for these buttons
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
[attr.aria-description]="ariaDescription"
[(ngModel)]="args.password"/>
<button id="show_password" class="input-group-text pointer"
- type="button" role="switch" aria-label="password visibility" aria-checked="false"
+ type="button" aria-label="password visibility" aria-checked="false"
(click)="togglePasswordVisibility()" >
<span class="material-icons">{{ passwordVisible ? 'visibility' : 'visibility_off' }}</span>
</button>
<input class="form-control" id="password_field" name="password" type="password"
spellcheck="false" autocomplete="false" autocapitalize="none" aria-description="Your password is not visible."/>
<span class="input-group-addon">
- <button id="show_password" class="btn" type="button" role="switch" aria-label="password visibility"
+ <button id="show_password" class="btn" type="button" aria-label="password visibility"
aria-checked="false" ><i class="fas fa-eye-slash"></i>
</button>
</span>