Open
Description
jqBootstrapValidation seems to only work inside the context of a form submit. But this does not work well with some use cases. Why can't I validate a single component any time I want? something like:
$('#my-text-field').jqBootstrapValidation('validate');
To have the validation error show for that component?