Skip to content

Commit

Permalink
fix: #1299
Browse files Browse the repository at this point in the history
  • Loading branch information
solarjoker committed Nov 11, 2020
1 parent 8c10021 commit 17fa1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/pagination/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ class Pagination extends Component {
return (
<div className={`${prefixCls}__jumper-input`}>
<Input
innerRef={this.jumper}
ref={this.jumper}
onKeyPress={this.gotoPage.bind(this)}
onBlur={this.gotoPage.bind(this)}
onBlur={this.gotoPage}
value={this.state.jumpTo}
onChange={(e, tVal) => {
const val = e.target.value
Expand Down

0 comments on commit 17fa1a5

Please sign in to comment.