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] the input box is updated when the start is clicked(click first time) #51

Closed ly525 closed 5 years ago

ly525 commented 5 years ago

Describe the bug the date range picker should automatically update the value of the element when the selected dates change. (click apply button or click the end date(click two times) if you set autoApply)

but in v2.4.1, the value of input element is updated whether the start is clicked (click the first time)


-- Chinese -- 日期选择器应该在点击 end (设置了 autoApply) 或 点击 Apply 按钮, 之后再更新 input 的值。 在 v.2.4.1 版本中,点击了第一次之后,输入框的值就被更新了

ly525 commented 5 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: