This is an old revision of the document!
revalidateField
method.$(form).formValidation('revalidateField', fieldName);
on('hide.bs.modal
'$('#modalDetails').on('hide.bs.modal', function (event) { $("#modalForm").formValidation('resetForm', true); });
type="date"
or data-fv-date="true"
MM/DD/YYYY
, use data-fv-date-format="YYYY-MM-DD"
min=
and max=
is not supported (use data-fv-date-min=
and data-fv-date-max=
)