|
|
@@ -6,6 +6,7 @@
|
|
|
* [#233](https://github.com/nghuuphuoc/bootstrapvalidator/issues/233): Add ```threshold``` option
|
|
|
* [#232](https://github.com/nghuuphuoc/bootstrapvalidator/issues/232): Add ```id``` validator
|
|
|
* [#242](https://github.com/nghuuphuoc/bootstrapvalidator/issues/242): Add ```separator``` option to the [```numeric``` validator](http://bootstrapvalidator.com/validators/numeric/)
|
|
|
+* Change default ```submitButtons``` to ```[type="submit"]``` to support ```input type="submit"```
|
|
|
* Fix the issue that the hidden fields generated by other plugins might not be validated
|
|
|
* When parsing options from HTML attributes, don't add the field which hasn't validators. It improves fixes for [#191](https://github.com/nghuuphuoc/bootstrapvalidator/issues/191), [#223](https://github.com/nghuuphuoc/bootstrapvalidator/issues/223)
|
|
|
|