I\'ve got a web form with a start date field. I\'ve tied a jquery datepicker to the txt field. Now when I choose a date in FF, the selected date is populated in the text box
It seems to be a bug of sorts, but adding this line in the datepicker declaration should solve it:
onSelect: function() {}