Skip to content

octaValidate V1.0.3

Compare
Choose a tag to compare
@Octagon-simon Octagon-simon released this 04 Apr 21:57
· 46 commits to main since this release
  • We added support for Custom Validation Messages
  • We added validation support for checkboxes
  • You can now check if two inputs contain the same values, using the attribute equalto on the input element, with a value containing the ID of the other input element to check against.
  • We fixed a bug in v1.0.2 Issue #3
  • We added a feature to process validation rules when the element contains a value. This however will not work on the Required Rule ( R )