Validates this form on the server when any field changes and shows validation errors.
You can configure what Unpoly considers a fieldset by adding CSS selectors to the
up.form.config.validateTargets
array.
See input[up-validate]
for detailed documentation.
The CSS selector to update with the server response. This defaults to a fieldset or form group around the changing field.