@vaadin/hilla-lit-form
Version:
Hilla form utils
15 lines • 376 B
JavaScript
export const _validity = Symbol('validity');
export const defaultValidity = {
badInput: false,
customError: false,
patternMismatch: false,
rangeOverflow: false,
rangeUnderflow: false,
stepMismatch: false,
tooLong: false,
tooShort: false,
typeMismatch: false,
valueMissing: false,
valid: true,
};
//# sourceMappingURL=Validity.js.map