Skip to content

Commit

Permalink
fix: Fix keyboard focus on slider
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Jan 30, 2017
1 parent 9c803a1 commit e8ff397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/input-range/slider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ export default class Slider extends React.Component {
onKeyDown={this.handleKeyDown}
onMouseDown={this.handleMouseDown}
onTouchStart={this.handleTouchStart}
role="slider" />
role="slider"
tabIndex="0" />
</span>
);
}
Expand Down

0 comments on commit e8ff397

Please sign in to comment.