Skip to content

Commit

Permalink
Add type button to todayButton (closes #443)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jul 2, 2017
1 parent 5f7b4ad commit 4d99df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DayPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ export default class DayPicker extends Component {
renderTodayButton() {
return (
<button
type="button"
tabIndex={0}
className={this.props.classNames.todayButton}
aria-label={this.props.todayButton}
Expand Down

0 comments on commit 4d99df1

Please sign in to comment.