Open GoogleCodeExporter opened 8 years ago
Also faced this issue, is this bug fixed ?
Original comment by Anton.Vo...@gmail.com
on 2 Nov 2011 at 1:04
I was able to achieve the desired results by removing the else statement from
the .bind('change', function() around line 274.
).bind(
'change',
function()
{
if (this.value == '') {
controller.clearSelected();
// Comented out to make deselect work (BE)
// } else {
// var d = Date.fromString(this.value);
// if (d) {
// controller.setSelected(d, true, true);
// }
}
}
);
Original comment by bu...@butchewing.com
on 13 Dec 2013 at 6:45
Original issue reported on code.google.com by
wuho...@gmail.com
on 17 Aug 2010 at 7:27