Skip to main content

errorsContainer

By default, errors rendered next to the invalid field. Using this field you could specify a custom CSS class or Element where to render the error labels.

Type

string | Element

Value by default

undefined

Example

{
errorsContainer: document.querySelector('errors-container'),
}