I've got a sample in the Dojo that illustrates the issue I'm running into. I originally ran into this because we are opening the calendar when the control receives focus. At any rate, when the calendar control is open, if you manually punch in a date and hit "Enter", the calendar control closes but the text value is changed to whatever value was selected in the calendar. In the example below, simply put the focus in the text box, hit "1/31/2015" and hit "Enter". The calendar will close, but the text value will be changed to today's date (the default in the calendar). Any thoughts for a workaround?