Hi,
I am updating value of the underlying input field in some back events (form reset to default values), but the selected date in DatePicker when opened remains the previous one before input value reset.
Yes, I can make the DatePicker to update explicitly by $('#my-datepicker').datepicker('update'), but - is there a reason why DatePicker does not update itself on value change?
Thanks.
Ondra