phuoc
|
efcc86bd61
#57 [v0.5.0-dev]: Fix the issue caused by setting validator opts via HTML attrs
|
11 年之前 |
phuoc
|
674e871570
#233: Fix the issue that threshold option doesn't have effect on fields
|
11 年之前 |
nghuuphuoc
|
859f867945
#125: Improvement removeFieldElement(); Add new dynamic field example
|
11 年之前 |
nghuuphuoc
|
2390933e65
#125: Fix the issue that new checkbox is not validated (dynamic.html)
|
11 年之前 |
nghuuphuoc
|
dc563abdc0
#56: Fix the issue caused by using selector option
|
11 年之前 |
nghuuphuoc
|
efab6806c9
Add init.form.bv event which is trigger after initializing form (and all fields)
|
11 年之前 |
nghuuphuoc
|
2370550cde
#121, #195: Add added.field.bv and removed.field.bv events
|
11 年之前 |
nghuuphuoc
|
ed35946bd4
#121, #195: Use only one parameter to store the event data
|
11 年之前 |
phuoc
|
4ff8c8c27e
#125: Support dynamic fields
|
11 年之前 |
phuoc
|
927242693f
#130: Add addField() and removeField() methods for managing dynamic fields, thanks to @jcnmulio
|
11 年之前 |
phuoc
|
3efbceab6a
Merge branch 'master' of https://github.com/jcnmulio/bootstrapvalidator into jcnmulio-master
|
11 年之前 |
nghuuphuoc
|
0bd2ba36e1
Move #202, #206 out of built-in features, to an example of using events
|
11 年之前 |
nghuuphuoc
|
b9ca73502b
#316: Add isValidContainer() API
|
11 年之前 |
phuoc
|
bbaafaea61
#310: date validator still return valid if the value doesn't contain digits
|
11 年之前 |
nghuuphuoc
|
fa035f79ad
#244: Fix the case the submit button is not clicked
|
11 年之前 |
nghuuphuoc
|
d9fe23d85e
Add status.field.bv event triggered after updating the field status (#300, #301)
|
11 年之前 |
nghuuphuoc
|
4a856eb7f1
Merge branch 'master' of https://github.com/smeagol74/bootstrapvalidator into smeagol74-master
|
11 年之前 |
nghuuphuoc
|
be189475b3
#175: Fix issue on IE8, don't use array.indexOf
|
11 年之前 |
nghuuphuoc
|
8e72a770ab
#297: Disable feedback icons for particular fields
|
11 年之前 |
nghuuphuoc
|
b3204731ae
#292: Fix identical validator issue with not clearing ```has-error``` class, thanks to @alavers
|
11 年之前 |
Andrew Lavers
|
4fc71a0f37
Fix identical validator issue with not clearing has-error class
|
11 年之前 |
nghuuphuoc
|
cbfecf255e
#287: Only send the submit button which is clicked. Improve #238
|
11 年之前 |
nghuuphuoc
|
891f85b56a
#282: Use error message that is returned from remote/callback validator
|
11 年之前 |
nghuuphuoc
|
38c0c8ffe0
#175: Small refactoring
|
11 年之前 |
nghuuphuoc
|
aa01b9e871
#275: Add destroy() method
|
11 年之前 |
nghuuphuoc
|
cfeb72a889
#274: Fix feedback icons in input-group thanks to @tiagofontella
|
11 年之前 |
Phuoc Nguyen
|
270c4e820c
Merge pull request #274 from tiagofontella/master
|
11 年之前 |
nghuuphuoc
|
da96f27efd
#164: Add new getErrors() method
|
11 年之前 |
Tiago Fontella
|
322dd88d85
Fix icons in input-groups
|
11 年之前 |
nghuuphuoc
|
18be3c6da7
#175: Allow to set 'container' option using HTML attribute
|
11 年之前 |