Right now pressing the Enter key when typing in a uiForm does nothing. It should submit the form.
One solution would be to add a uiFormOnSubmitted function that calls the callback when Enter is pressed in the form's uiEntry childs. A uiFormSubmit function can be added to submit the form when clicking a button.
Thoughts?
Right now pressing the Enter key when typing in a
uiFormdoes nothing. It should submit the form.One solution would be to add a
uiFormOnSubmittedfunction that calls the callback when Enter is pressed in the form'suiEntrychilds. AuiFormSubmitfunction can be added to submit the form when clicking a button.Thoughts?