The autocomplete attribute of the control.
The autofocus attribute of the control.
The disabled state of the component
[disabled=false]
The input mode attribute of the control.
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.
Determines the size of the component.
The step attribute of the control.
The type attribute of the control.
The value of the control.
Static
stylesStatic
Readonly
tagReturns the HTMLFormElement associated with this element.
The maxlength attribute of the control.
maxLength
property instead.The minlength attribute of the control.
minLength
property instead.Makes the control a readonly field.
readOnly
property instead.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.
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.
Fires
igcFocus - Emitted when the control gains focus.
Fires
igcBlur - Emitted when the control loses focus.
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.