Type alias InFormElement<TElt>

InFormElement<TElt>: InElement<void, TElt>

Form element control.

It is connected to control to submit (form), but is not intended for submission itself, and has no value.

It is used to update form element state. E.g. to make it read-only when submitting the form.

Form element control can be created by inFormElement function.

Type Parameters

  • TElt extends HTMLElement = HTMLElement

    A type of HTML form element.

Generated using TypeDoc