BootstrapValidator v0.4.1 Release Notes

Release Date: 2014-04-12 // about 10 years ago
    • ๐Ÿ›  #144, #158: Fixed an issue that the custom submit handler is not fired from the second time
    • #106: Prevent the validate() method from submit the form automatically. So we can call validate() to validate the form
    • #131: Doesn't trigger validation on the first focus
    • #145: The row state is now only marked as success if all fields on it are valid
    • ๐Ÿ‘ #157: Added support for element outside of form using the selector option
    • #159, #163: User doesn't need to submit the form twice when remote validator complete, thanks to @jswale
    • #162: Fix errors in IE 8, thanks to @adgrafik
    • #166, #167: The phone validator now also checks the length of US phone number, thanks to @gercheq