ValidityState.constructor constructor
ValidityState.constructor({})
Implementation
ValidityState.constructor({
this.badInput,
this.customError,
this.patternMismatch,
this.rangeOverflow,
this.rangeUnderflow,
this.stepMismatch,
this.tooLong,
this.tooShort,
this.typeMismatch,
this.valid,
this.valueMissing,
});