mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
remove null
This commit is contained in:
@@ -35,7 +35,7 @@ export default class SlProgressBar extends LitElement {
|
||||
role="progressbar"
|
||||
aria-valuemin="0"
|
||||
aria-valuemax="100"
|
||||
aria-valuenow="${this.indeterminate ? null : this.percentage}"
|
||||
aria-valuenow="${this.indeterminate ? '' : this.percentage}"
|
||||
>
|
||||
<div part="indicator" class="progress-bar__indicator" style=${styleMap({ width: this.percentage + '%' })}>
|
||||
${!this.indeterminate
|
||||
|
||||
Reference in New Issue
Block a user