Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.1.1
-
None
Description
When a DropDownDatePicker input box is the only text field in a form, the "Enter" key submits the form (default browser behavior). However, the OnChange event is not fired, so date input is submitted without validation.
Ideally, the component would connect to the onKeyPress event and fire it's onInputChange() method when the Enter key is pressed.