Type alias ValidatableElement

ValidatableElement: HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement | HTMLFieldSetElement

Object allowing for programmatic validity configuration. The shared method of doing so is the respective #setCustomValidity(string) method.

Some other elements also have such a method but are not suitable for Ok, such as HTMLObjectElement and HTMLButtonElement.

Generated using TypeDoc