phuoc
|
fc08270ea7
Remove submitHandler. Use success.form.bv event instead
|
11 years ago |
phuoc
|
ca643ff301
Support data-bv-{validator}-on[error/success] attribute for field
|
11 years ago |
phuoc
|
33c84e49a3
Support data-bv-onstatus attribute for field
|
11 years ago |
phuoc
|
887396068a
date validator doesn't allow negative day/month/year
|
11 years ago |
phuoc
|
dd5c84fb30
#316: isValidContainer() accepts CSS selector
|
11 years ago |
phuoc
|
486fba498f
Merge remote-tracking branch 'origin/master'
|
11 years ago |
phuoc
|
f573637c65
Change the order of getDynamicOption() params
|
11 years ago |
phuoc
|
ee31976fac
API: Added getOptions: function(field, validator, option) method
|
11 years ago |
phuoc
|
b6769f7ec2
Fix #310
|
11 years ago |
phuoc
|
1ce28366ef
#385: Remove getMessage() from i18n
|
11 years ago |
phuoc
|
2204056cf4
#375: Don't submit form when the callback validator completes and the submit button isn't clicked
|
11 years ago |
phuoc
|
bc8c0994f9
#425: Custom trigger event is ignored by field validators
|
11 years ago |
phuoc
|
c81699843e
#382: JSHint free
|
11 years ago |
phuoc
|
6886b3a804
#465: Refactoring between validator
|
11 years ago |
phuoc
|
883aca102e
#465: Refactoring zipCode validator
|
11 years ago |
phuoc
|
ef465f8d27
#465: Support dynamic message
|
11 years ago |
nghuuphuoc
|
397a16c40a
#456: Adjust the feedback icon position for .input-group element
|
11 years ago |
nghuuphuoc
|
54127c1322
#426: Add test suite for the zipCode validator
|
11 years ago |
nghuuphuoc
|
c559e0c0f4
#416, #448: Add updateOption() method for updating the particular validator option, thanks to @AlaskanShade
|
11 years ago |
Phuoc Nguyen
|
3b14e10fda
Merge pull request #448 from AlaskanShade/UpdateOption
|
11 years ago |
nghuuphuoc
|
4151110869
#269, #273, #447: Skip the _isExcluded() when initializing the form, thanks to @AlaskanShade
|
11 years ago |
Mike Podruchny
|
bbb0f9c360
Added updateOption method
|
11 years ago |
Mike Podruchny
|
6c56ead47a
Don't check isExcluded up front
|
11 years ago |
phuoc
|
654d3b8924
#420: Enable/disable particular validator
|
11 years ago |
phuoc
|
53a33f6b18
#121: Support data-bv-onsuccess, data-bv-onerror attributes on form
|
11 years ago |
nghuuphuoc
|
7f1c85c1b8
#432: Define the callback via ```data-bv-callback-callback``` attribute
|
11 years ago |
nghuuphuoc
|
6511b307b0
#433: Add resetField(field, resetValue) method
|
11 years ago |
nghuuphuoc
|
daa9acf45e
#434: Add ```updateMessage(field, validator, message)``` method
|
11 years ago |
nghuuphuoc
|
bd839cef30
API: Rename getErrors() to getMessages()
|
11 years ago |
phuoc
|
95abc679ee
#195: Allow to set the success/error event on field by attribute, event, or callback
|
11 years ago |