Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Fixed year and month picking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Apr 8, 2017
1 parent 3287c99 commit c87162f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@
this.hideView();
}

this.pick('year');
break;

case 'year':
Expand Down Expand Up @@ -925,6 +926,7 @@
this.hideView();
}

this.pick('month');
break;

case 'month':
Expand Down

0 comments on commit c87162f

Please sign in to comment.