I have a form with a closure ui button: I made my button submit my form: Now, I have the 2 followings issues: The form is not submitted when I push “Enter” in one of the fields The event goog.events.EventType.SUBMIT is not triggered on the form, so my eventual listeners wont be executed How can I fix this? Answer The