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.
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.
Removes focus from the control.
Sets focus on the control.
Checks for validity of the control and shows the browser message if it's invalid.
Selects all text within the input.
Sets a custom validation message for the control.
As long as message
is not empty, the control is considered invalid.
Replaces the selected text in the input.
Sets the text selection range of the control
Decrements the numeric value of the input by one or more steps.
Increments the numeric value of the input by one or more steps.
igc-input
prefix - Renders content before the input.
suffix - Renders content after input.
helper-text - Renders content below the input.
igcInput - Emitted when the control input receives user input.
igcChange - Emitted when the control's checked state changes.
igcFocus - Emitted when the control gains focus.
igcBlur - Emitted when the control loses focus.
container - The main wrapper that holds all main input elements.
input - The native input element.
label - The native label element.
prefix - The prefix wrapper.
suffix - The suffix wrapper.
helper-text - The helper text wrapper.