phuoc
|
9fab26dceb
#74, #103, #122: Add trigger option (can be set using data-bv-trigger attribute). Can be set for each field or all fields
|
12 years ago |
phuoc
|
a6a11637a0
#14, #57: Support HTML 5 max attribute
|
12 years ago |
nghuuphuoc
|
30fb08ef38
#132: Use the message set in fields.[fieldName].message
|
12 years ago |
nghuuphuoc
|
fd8989af22
#14, #57: Support name[]
|
12 years ago |
nghuuphuoc
|
e6c6b3a349
#14, #57: Use HTML attribute to set options
|
12 years ago |
nghuuphuoc
|
92fc9e1c80
#105: Cannot call form.submit() inside submitHandler
|
12 years ago |
Patrick Moore
|
f1e4b75d50
handle case where a field is removed after the bootstrap validation but before the form is submitted. Treat missing fields as disabled.
|
12 years ago |
nghuuphuoc
|
1be8ad725b
#77, #117: notEmpty validator doesn't work on file input
|
12 years ago |
nghuuphuoc
|
44cddcabdd
#56: Support input defined by a CSS selector
|
12 years ago |
nghuuphuoc
|
536d0f0d25
#109: Suffix the event with .bootstrapValidator
|
12 years ago |
nghuuphuoc
|
6cc5150cd2
#107: Add container option to indicate the message container
|
12 years ago |
nghuuphuoc
|
12fe3ed2a2
Small fix
|
12 years ago |
nghuuphuoc
|
2ac6764abf
Update updateStatus()'s doc
|
12 years ago |
nghuuphuoc
|
2ddbdc3b1d
Update README
|
12 years ago |
nghuuphuoc
|
3efc4dd86f
#102: The ```resetForm``` method now only resets fields with validator rules
|
12 years ago |
nghuuphuoc
|
ae9841673a
Refactor: Remove setNotValidated(), use updateStatus() instead
|
12 years ago |
nghuuphuoc
|
7a964e96e3
Change updateStatus($field, validatorName, status) to updateStatus($field, status, validatorName)
|
12 years ago |
nghuuphuoc
|
f9044246b0
Add the contributors to the CHANGELOG
|
12 years ago |
nghuuphuoc
|
47f162a9dc
#89: ```submitHandler``` or default submission isn't called after ```remote``` validation completes
|
12 years ago |
nghuuphuoc
|
224f00536d
We don't need the columns option anymore
|
12 years ago |
nghuuphuoc
|
bd6db3a6af
#92: Improvement
|
12 years ago |
nghuuphuoc
|
3824488254
#3, #92: Support more form controls on the same row
|
12 years ago |
nghuuphuoc
|
103881815f
Update changelog
|
12 years ago |
phuoc
|
b50661e584
#72, #86: Add setNotValidated method to force the plugin validate the field
|
12 years ago |
nghuuphuoc
|
fffc48354d
#82: The errors aren't shown if the form has no labels
|
12 years ago |
nghuuphuoc
|
2d7dbf0114
Improvement for #80
|
12 years ago |
nghuuphuoc
|
8f7b6f2389
#80: Add enabled option and enableFieldValidators() method to enabled/disable field validators
|
12 years ago |
nghuuphuoc
|
9be0ea584c
#76: resetForm() does not hide FontAwesome feedback icons
|
12 years ago |
nghuuphuoc
|
38abd2999a
validateField() now uses getFieldElements()
|
12 years ago |
nghuuphuoc
|
77f1ee7ed5
#4, #72, #79: Add date validator
|
12 years ago |