nghuuphuoc
|
2b80be973a
#14, #57: validator's html5Attributes now maps the HTML 5 attribute with validator options
|
12 years ago |
nghuuphuoc
|
c6b47355cd
#126: Don't disable the submit button when calling custom submit handler
|
12 years ago |
nghuuphuoc
|
8bd3b5378f
Cleanup
|
12 years ago |
nghuuphuoc
|
8eb8b776cc
Show the invalid icon when the remote/callback returns true but the field doesn't pass other validator
|
12 years ago |
phuoc
|
aeb7cde40e
Cleanup
|
12 years ago |
phuoc
|
118178743b
#136: Support multiple elements with the same name
|
12 years ago |
nghuuphuoc
|
92632c6994
#146: Add validateFieldElement
|
12 years ago |
nghuuphuoc
|
644cc8cbc0
#136: Remove this.dfs variable. Store the validate result for each field via data()
|
12 years ago |
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 |