Skip to main content

ValidityStateFlags

Properties

badInput?

optional badInput?: boolean;

customError?

optional customError?: boolean;

patternMismatch?

optional patternMismatch?: boolean;

rangeOverflow?

optional rangeOverflow?: boolean;

rangeUnderflow?

optional rangeUnderflow?: boolean;

stepMismatch?

optional stepMismatch?: boolean;

tooLong?

optional tooLong?: boolean;

tooShort?

optional tooShort?: boolean;

typeMismatch?

optional typeMismatch?: boolean;

valueMissing?

optional valueMissing?: boolean;