Skip to content

Commit

Permalink
fix: fix select checkall
Browse files Browse the repository at this point in the history
  • Loading branch information
solarjoker committed Nov 25, 2019
1 parent 2dfcae6 commit 0cb1a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class Select extends Component {
}
}
})
this.onChange(_selectedItems, changedItems)
this.onChange(_selectedItems, changedItems, () => {}, _selectedItems)
this.selectInput.focus()
}

Expand Down

0 comments on commit 0cb1a98

Please sign in to comment.