FormValidation v0.8.1 is released, supports Bootstrap 4 alpha 3

base64 validator

Validate a base64 encoded string

Validators

Options

Option HTML attribute Type Description
message data-fv-base64-message String The error message
When setting options via HTML attributes, remember to enable the validator by setting data-fv-base64="true".
The message option can be updated on the fly via the updateMessage() method