Skip to content

Commit

Permalink
fix(datepicker): fix btn not work in 7p bug #50
Browse files Browse the repository at this point in the history
  • Loading branch information
feyy committed Nov 3, 2016
1 parent c90e9e8 commit 8285d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ DatePicker.defaultProps = {
showIcon: true,
disabled: false,
placeholder: '',
modalOnResponderTerminationRequest: e => false
modalOnResponderTerminationRequest: e => true
};

DatePicker.propTypes = {
Expand Down

0 comments on commit 8285d2d

Please sign in to comment.