Skip to content

Commit 1463169

Browse files
committed
add aria-label to Seeker
1 parent 730c3b2 commit 1463169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Seeker.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export class Seeker extends React.Component<ISeekerProps> {
8585
id="track"
8686
className="lf-progress"
8787
name="progress"
88+
aria-label="progress"
8889
type="range"
8990
min="0"
9091
max="100"

0 commit comments

Comments
 (0)