Skip to content

1.3.2

Compare
Choose a tag to compare
@zoglo zoglo released this 11 Mar 13:31

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