v0.5.3 is released on 2014.11.05!

News

The latest news about BootstrapValidator

Improve it on Github

BootstrapValidator v0.4.0 Released

New features

HTML 5 attribute Equivalent validator Equivalent HTML attribute
min="..." greaterThan validator
data-bv-greaterthan="true"
data-bv-greaterthan-value="..."
max="..." lessThan validator
data-bv-lessthan="true"
data-bv-lessthan-value="..."
maxlength="..." stringLength validator
data-bv-stringlength="true"
data-bv-stringlength-max="..."
pattern="..." regexp validator
data-bv-regexp="true"
data-bv-regexp-regexp="..."
required notEmpty validator data-bv-notempty="true"
type="color" hexColor validator data-bv-hexcolor="true"
type="email" emailAddress validator data-bv-emailaddress="true"
type="range"
min="..."
max="..."
between validator
data-bv-between="true"
data-bv-between-min="..."
data-bv-between-max="..."
type="url" uri validator data-bv-uri="true"

Changes

Improvements

Bug fixes

  • #126: Submit button remains disabled after calling custom submitHandler and the form is valid
  • #132: The fields.[fieldName].message option is not used when showing the error message

Contributors

Thank to the contributors:

Download

BootstrapValidator v0.3.3 Released

Improvements

  • #50: Don't validate disabled element
  • #120: Handle case where a field is removed after the bootstrap validation, thanks to @patmoore

Bug fixes

Contributors

Thank to the contributor:

Download

BootstrapValidator v0.3.2 Released

New features

Improvements

Contributors

Thank to the contributor:

Download

BootstrapValidator v0.3.1 Released

New features

Changes

  • Remove the columns option. Now the plugin works normally no matter how many columns the form uses

Improvements

Bug fixes

Contributors

Thank to the contributors:

Download

BootstrapValidator v0.3.0 Released

New features

Improvements

Bug fixes

Contributors

Thank to the contributors:

Download