The form is a component used to collect user input from interactive controls.
igc-form
igcSubmit - Emitted when the form is submitted.
igcReset - Emitted when the form is reset.
<form>
Specifies if form data validation should be skipped on submit.
Static
Readonly
Optional
Retrieves the data from the form in the format of a FormData object.
Checks for validity of the form.
Resets the form.
Submits the form.
The form is a component used to collect user input from interactive controls.
Element
igc-form
Slot
Fires
igcSubmit - Emitted when the form is submitted.
Fires
igcReset - Emitted when the form is reset.
Deprecated
<form>
element instead.