The autocomplete attribute of the control.
The autofocus attribute of the control.
The disabled state of the component
The input mode attribute of the control. See relevant MDN article
Control the validity of the control.
The label for the control.
The max attribute of the control.
The maximum string length of the control.
The min attribute of the control.
The minimum string length required by the control.
The name attribute of the control.
Whether the control will have outlined appearance.
The pattern attribute of the control.
The placeholder attribute of the control.
Makes the control a readonly field.
Makes the control a required field in a form context.
The step attribute of the control.
Internal
tabThe type attribute of the control.
Enables validation rules to be evaluated without restricting user input. This applies to the maxLength
property for
string-type inputs or allows spin buttons to exceed the predefined min/max
limits for number-type inputs.
Returns the HTMLFormElement associated with this element.
A string containing the validation message of this element.
Returns a ValidityState object which represents the different validity states the element can be in, with respect to constraint validation.
The value attribute of the control.
The value of the control.
A boolean value which returns true if the element is a submittable element that is a candidate for constraint validation.
Element
igc-input
Slot
prefix - Renders content before the input.
Slot
suffix - Renders content after input.
Slot
helper-text - Renders content below the input.
Fires
igcInput - Emitted when the control input receives user input.
Fires
igcChange - Emitted when the control's checked state changes.
Csspart
container - The main wrapper that holds all main input elements.
Csspart
input - The native input element.
Csspart
label - The native label element.
Csspart
prefix - The prefix wrapper.
Csspart
suffix - The suffix wrapper.
Csspart
helper-text - The helper text wrapper.