ly525 / material-vue-daterange-picker

a date-range-picker follows the Material Design spec powered by vue.js (alpha)
https://ly525.github.io/material-vue-daterange-picker/
MIT License
73 stars 20 forks source link

[Bug Report] start and end were updated by clicking preset, but the calendar did't update #47

Closed ly525 closed 5 years ago

ly525 commented 5 years ago

Describe the bug start and end were updated by clicking preset, but the calendar didn't update.

To Reproduce Steps to reproduce the behavior:

  1. if today is 2019-01-02
  2. click start and end: 2018-10-01, 2018-10-04
  3. click any preset like today or yesterday etc..
  4. you will see, the month of the left calendar didn't update to 2019-01

Expected behavior the left calendar updated with the start date when the preset was clicked.

Screenshots image

Version Info (please complete the following information):

ly525 commented 5 years ago

:tada: This issue has been resolved in version 2.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: