It happens once in a while but if i enter the date direclty in the input, the widget does not update with the date i manually entered.
See by yourself : http://screencast.com/t/Fz2ecsGte3T (the date format is dd/mm/yyyy).
I don't know why or how this happens. But it happens (10% of the time).
My Jquery versions are :
- jquery-1.4.3.min.js
- jquery-ui-1.8.16.custom.js
Unfortunatly, I cant update jquery to latest version. (But i can update to another minor version if this bug is jquery 1.4.3 related).
Do you have any idea please ?
$( ".selector" ).datepicker({ constrainInput: false });will allow you all options – run Nov 16 '11 at 14:02