phuoc
|
b6769f7ec2
Fix #310
|
11 年之前 |
phuoc
|
1ce28366ef
#385: Remove getMessage() from i18n
|
11 年之前 |
phuoc
|
2204056cf4
#375: Don't submit form when the callback validator completes and the submit button isn't clicked
|
11 年之前 |
phuoc
|
bc8c0994f9
#425: Custom trigger event is ignored by field validators
|
11 年之前 |
phuoc
|
c81699843e
#382: JSHint free
|
11 年之前 |
phuoc
|
6886b3a804
#465: Refactoring between validator
|
11 年之前 |
phuoc
|
883aca102e
#465: Refactoring zipCode validator
|
11 年之前 |
phuoc
|
ef465f8d27
#465: Support dynamic message
|
11 年之前 |
nghuuphuoc
|
397a16c40a
#456: Adjust the feedback icon position for .input-group element
|
11 年之前 |
nghuuphuoc
|
54127c1322
#426: Add test suite for the zipCode validator
|
11 年之前 |
nghuuphuoc
|
c559e0c0f4
#416, #448: Add updateOption() method for updating the particular validator option, thanks to @AlaskanShade
|
11 年之前 |
Phuoc Nguyen
|
3b14e10fda
Merge pull request #448 from AlaskanShade/UpdateOption
|
11 年之前 |
nghuuphuoc
|
4151110869
#269, #273, #447: Skip the _isExcluded() when initializing the form, thanks to @AlaskanShade
|
11 年之前 |
Mike Podruchny
|
bbb0f9c360
Added updateOption method
|
11 年之前 |
Mike Podruchny
|
6c56ead47a
Don't check isExcluded up front
|
11 年之前 |
phuoc
|
654d3b8924
#420: Enable/disable particular validator
|
11 年之前 |
phuoc
|
53a33f6b18
#121: Support data-bv-onsuccess, data-bv-onerror attributes on form
|
11 年之前 |
nghuuphuoc
|
7f1c85c1b8
#432: Define the callback via ```data-bv-callback-callback``` attribute
|
11 年之前 |
nghuuphuoc
|
6511b307b0
#433: Add resetField(field, resetValue) method
|
11 年之前 |
nghuuphuoc
|
daa9acf45e
#434: Add ```updateMessage(field, validator, message)``` method
|
11 年之前 |
nghuuphuoc
|
bd839cef30
API: Rename getErrors() to getMessages()
|
11 年之前 |
phuoc
|
95abc679ee
#195: Allow to set the success/error event on field by attribute, event, or callback
|
11 年之前 |
nghuuphuoc
|
b4c7873563
#431: Add built time
|
11 年之前 |
nghuuphuoc
|
b7767d83c4
#422: Exclude particular field by ```excluded``` option or ```data-bv-excluded``` attribute
|
11 年之前 |
nghuuphuoc
|
28537f00f9
#382: Add JSLint to Grunt build
|
11 年之前 |
phuoc
|
175a188668
#406: Add revalidateField() method
|
11 年之前 |
nghuuphuoc
|
8e1fc0c001
#387: Provide default error messages
|
11 年之前 |
phuoc
|
ac70d80a44
#385, #387: Provide the default error messages; Support I18n
|
11 年之前 |
phuoc
|
d2bdaf9b3a
#385, #387: Provide the default error messages; Support I18n
|
11 年之前 |
nghuuphuoc
|
75eba952bf
#388: Allow to override the default options. Useful for using multiple forms in the same page
|
11 年之前 |