File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ error code, so to specify a error message you also need to use.
417
417
[
418
418
{
419
419
key: ' name' ,
420
- validationMessages : {
420
+ validationMessage : {
421
421
' noBob' : ' Bob is not OK! You here me?'
422
422
},
423
423
$validators: {
@@ -441,7 +441,7 @@ a promise that resolves or rejects.
441
441
[
442
442
{
443
443
key: ' name' ,
444
- validationMessages : {
444
+ validationMessage : {
445
445
' noBob' : ' Bob is not OK! You here me?'
446
446
},
447
447
$asyncValidators: {
@@ -467,7 +467,7 @@ Form defaults in schema
467
467
Its recommended to split presentation and validation into a form definition and a json schema. But
468
468
if you for some reason can't do this, but *do* have the power to change the schema, you can supply form
469
469
default values within the schema using the custom attribute ` x- schema- form` . ` x- schema- form` should
470
- be a form object and acts as form definition defaults for that field.
470
+ be a form object and acts as form definition defaults for that field.
471
471
472
472
Example schema.
473
473
` ` ` js
You can’t perform that action at this time.
0 commit comments