2amigos / yii2-editable-widget

X-Editable Widget for Yii2
Other
58 stars 20 forks source link

Datepicker clear #28

Closed uniquexor closed 7 years ago

uniquexor commented 8 years ago

The "clear" link in a datepicker does not work. I found that adding: this.$input.bdatepicker('update', null); in the clear method on line 122, in the file \assets\datepicker\bootstrap-editable-datepicker.js solves the problem. Not sure if it does not introduce any unforeseen consequences, though :)