- Preparing search index...
- The search index is not available
Input Aspects
Function inModeByValidity
- inModeByValidity(__namedParameters?): InMode.Source
-
Parameters
-
__namedParameters: {
ignore?: string | string[];
invalid?: InMode.Value;
} = {}
-
Optional
ignore?: string | string[]
-
A source of input mode.
Creates an input mode source depending on control's validity.
This can be applied to form control to prevent submission of invalid input.