Type alias InSubmitButton<TElt>

InSubmitButton<TElt>: InElement<void, TElt>

Form submit button control.

It is connected to submittable control (e.g. a form) and makes a button status reflect a form submit status. E.g. by disabling the button when submit is not ready, or while submitting the form.

Submit button control can be created by inSubmitButton function.

The value of the submit button is always undefined, so it is never submitted.

Type Parameters

  • TElt extends HTMLElement = HTMLElement

    A type of submit button element.

Generated using TypeDoc