Open GoogleCodeExporter opened 8 years ago
re upload screenshot
Original comment by tranlam...@gmail.com
on 17 Apr 2013 at 3:10
Attachments:
Solve by remove all "focus" event on all other fields:
$("#dateField").focus(function(){
$('input').blur();
});
Original comment by tranlam...@gmail.com
on 17 Apr 2013 at 10:10
Original issue reported on code.google.com by
tranlam...@gmail.com
on 17 Apr 2013 at 3:03