I noticed in JQuery UI 1.10.3 it would update the datepicker if the user types 1/2/11 or 1/2/2011 (as seen here), but in the more updated versions it seems to only update when a full year is typed in if the default format is set.
I've gotten code so far that will validate if a date is valid using a timer on keyDown, but I can't seem to refresh the datepicker.
Is there a way to refresh/regenerate the datepicker? I've tired doing datepicker('refresh') but that doesn't seem to update to the date that's been typed. Or is there a setting I am missing to allow a user to type 1/1/11 or 1/1/2011 and get an updated datepicker?