Skip to content

Commit

Permalink
ver. 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
光弘 committed May 5, 2017
1 parent 588e28d commit 8bce4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "uxcore-calendar",
"version": "0.8.5",
"version": "0.8.6",
"description": "calendar componment for react",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/RcCalendar.jsx
Expand Up @@ -172,9 +172,7 @@ const Calendar = React.createClass({
this.onSelect(value);
},
onHeaderSelect(value) {
this.onSelect(value, {
source: 'dateInput',
});
this.setValue(value);
},
onToday() {
const { value } = this.state;
Expand Down

0 comments on commit 8bce4b0

Please sign in to comment.