Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidityState

The validity states that an element can be in, with respect to constraint validation. Together, they help explain why an element's value fails to validate, if it's not valid.

Hierarchy

  • ValidityState

Index

Properties

badInput: boolean
customError: boolean
patternMismatch: boolean
rangeOverflow: boolean
rangeUnderflow: boolean
stepMismatch: boolean
tooLong: boolean
tooShort: boolean
typeMismatch: boolean
valid: boolean
valueMissing: boolean

Generated using TypeDoc