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 :)
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 :)