DropDownDatePicker doesn't validate on form submit via Enter key
----------------------------------------------------------------

                 Key: TAPESTRY-1238
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1238
             Project: Tapestry
          Issue Type: Bug
          Components: Core, JavaScript
    Affects Versions: 4.1.1
            Reporter: Greg Woolsey


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to