Options
All
  • Public
  • Public/Protected
  • All
Menu

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

badInput: boolean

customError

customError: boolean

patternMismatch

patternMismatch: boolean

rangeOverflow

rangeOverflow: boolean

rangeUnderflow

rangeUnderflow: boolean

stepMismatch

stepMismatch: boolean

tooLong

tooLong: boolean

tooShort

tooShort: boolean

typeMismatch

typeMismatch: boolean

valid

valid: boolean

valueMissing

valueMissing: boolean

Generated using TypeDoc