mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix password meter aria-valuenow
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div class="progress">
|
<div class="progress">
|
||||||
<div class="progress-bar {{color}}" role="progressbar" [ngStyle]="{width: (scoreWidth + '%')}" aria-valuenow="scoreWidth"
|
<div class="progress-bar {{color}}" role="progressbar" [ngStyle]="{width: (scoreWidth + '%')}" attr.aria-valuenow="{{scoreWidth}}"
|
||||||
aria-valuemin="0" aria-valuemax="100">
|
aria-valuemin="0" aria-valuemax="100">
|
||||||
<ng-container *ngIf="showText && text">
|
<ng-container *ngIf="showText && text">
|
||||||
{{text}}
|
{{text}}
|
||||||
|
|||||||
Reference in New Issue
Block a user