Closed vovayatsyuk closed 3 years ago
This feature allows adding error class to the form element instead of its parent when classTo is set to false or empty.
classTo
false
Example:
<input type="text" name="firstname" class="input-text {{error-class}}" required>
This feature allows adding error class to the form element instead of its parent when
classTo
is set tofalse
or empty.Example: