-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
I feel like I must be missing something but I can't find any reference to adding a submit button to a form. There are references to the submit event, which I imagine would be called by hitting enter while an <input>
is in focus, but that's the closest I see. The only thing I can think of is providing a template
to the form view. Is that the only way?
EDIT: Looks like the submitCallback
isn't triggered by hitting enter unless there's a submit button in the form somewhere