1.3.2
Additions
Added form-validation dropdown in Theme-Manager configuration.
The form-validation highlights input, select and textarea fields that are empty and contain non-valid input.
Following options have been added:
- None
- Focus (Error styles only on focus)
- Always (Always show error styles for non-valid form-fields)
Changes
-
Changed .error styles to :not(:valid) (The error markdown is removed if the new input is valid)
-
Extending .error styles via extend for more general usage