Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
fix(datepicker): aria-label modified
Browse files Browse the repository at this point in the history
  • Loading branch information
BehnooshShiva committed Jun 2, 2020
1 parent 84fdc98 commit 80034ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/demos/datepicker.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="form-group">
<div class="input-group">
<div class="input-group-append">
<button class="btn btn-outline-secondary icon-calendar-day" (click)="d.toggle()" type="button" id="button-toggle" aria-label="choose date" aria-haspopup="true">
<button class="btn btn-outline-secondary icon-calendar-day" (click)="d.toggle()" type="button" id="button-toggle" aria-haspopup="true">
<span class="sr-only">choose date</span>
</button>
</div>
Expand Down

0 comments on commit 80034ad

Please sign in to comment.