I'm having a problem with the jQuery UI date selector, where when manually changing the date and hitting the enter key, the date selector date overrides the manual entry (the action I'm going for is a form submit).

I'd like to disable the keyboard shortcuts on the date selector, but haven't been able to find a way.

link|improve this question
When I try with the built in demos I don't see that happen. If I change the value in the text box and hit enter, the date picker automatically selects the correct date (based on what I've typed). What exactly are you doing so I can test? – jjross Jan 12 '11 at 21:47
I'm thinking: are you trying to type date like spanish format? Spanish date format is dd/mm/yyyy, not mm/dd/yyyy. So datepicker could not work as you expect. – Fran Verona Mar 13 '11 at 12:53
Have you loaded the Spanish localization? I am using the default but I would imagine that it would work as expected if you have the correct localization selected. See here: jqueryui.com/demos/datepicker/#localization – jjross Mar 24 '11 at 3:47
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.