The autocomplete attribute of the control.
The autofocus attribute of the control.
The direction attribute of the control.
Makes the control a disabled field.
The input mode attribute of the control.
Controls the validity of the control.
The label for the control.
The max attribute of the control.
The maxlength attribute of the control.
The min attribute of the control.
The minlength attribute of 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.
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
tag
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.