Skip to content

Commit

Permalink
[TimePicker] Prevent clock from catching TouchTap event of TimePicker…
Browse files Browse the repository at this point in the history
… input
  • Loading branch information
martianboy committed Jun 17, 2015
1 parent 6ae97b6 commit 2c16d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/time-picker/time-picker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ var TimePicker = React.createClass({
},

_handleInputTouchTap: function(e) {
e.preventDefault();

this.setState({
dialogTime: this.getTime()
});
Expand Down

0 comments on commit 2c16d03

Please sign in to comment.