Class IgcFormComponent

The form is a component used to collect user input from interactive controls.

igc-form

  • Default slot for the form.

igcSubmit - Emitted when the form is submitted.

igcReset - Emitted when the form is reset.

since version 4.4.0. Use the native <form> element instead.

Hierarchy

Hierarchy

  • EventEmitterInterface<IgcFormEventMap, this> & LitElement<this>
    • IgcFormComponent

Properties

novalidate: boolean = false

Specifies if form data validation should be skipped on submit.

tagName: "igc-form" = 'igc-form'

Returns the HTML-uppercased qualified name.

MDN Reference

Methods