UI: Added ignoring focus when switching between input fields on the TAB in component tb-toggle-password
This commit is contained in:
parent
68fc5b996b
commit
3a8fda1d8b
@ -15,6 +15,6 @@
|
||||
limitations under the License.
|
||||
|
||||
-->
|
||||
<button mat-icon-button type="button" (click)="togglePassword($event)" [attr.aria-pressed]="showPassword" *ngIf="!hideToggle">
|
||||
<button mat-icon-button type="button" tabindex="-1" (click)="togglePassword($event)" [attr.aria-pressed]="showPassword" *ngIf="!hideToggle">
|
||||
<mat-icon>{{ showPassword ? 'visibility' : 'visibility_off' }}</mat-icon>
|
||||
</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user