- Notifications
You must be signed in to change notification settings - Fork 391
Open
Description
See discussion starting around #187 (comment).
If you want your FACE to be a submit button, which means:
- Can be selected by
:default - Can be automatically clicked by the implicit submission of other form elements
you currently cannot.
A strawperson proposal would be to add a submitButton boolean to ElementInternals. Then custom submit buttons would just do this.#internals.submitButton = true.
Reactions are currently unavailable