We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca7121 + 5f6d527 commit 3f0f5dcCopy full SHA for 3f0f5dc
1 file changed
server/files/javascript/validate-form.js
@@ -55,7 +55,7 @@ semantic.validateForm.ready = function() {
55
identifier : 'skills',
56
rules: [
57
{
58
- type : 'minCount[1]',
+ type : 'minCount[2]',
59
prompt : 'Please select at least two skills'
60
}
61
]
@@ -240,7 +240,7 @@ semantic.validateForm.ready = function() {
240
field2: {
241
242
243
- type : 'exactly[dog]',
+ type : 'isExactly[dog]',
244
prompt : '{name} is set to "{value}" that is totally wrong. It should be {ruleValue}'
245
246
0 commit comments