File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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.
417417[
418418 {
419419 key: ' name' ,
420- validationMessages : {
420+ validationMessage : {
421421 ' noBob' : ' Bob is not OK! You here me?'
422422 },
423423 $validators: {
@@ -441,7 +441,7 @@ a promise that resolves or rejects.
441441[
442442 {
443443 key: ' name' ,
444- validationMessages : {
444+ validationMessage : {
445445 ' noBob' : ' Bob is not OK! You here me?'
446446 },
447447 $asyncValidators: {
@@ -467,7 +467,7 @@ Form defaults in schema
467467Its recommended to split presentation and validation into a form definition and a json schema. But
468468if you for some reason can't do this, but *do* have the power to change the schema, you can supply form
469469default 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.
471471
472472Example schema.
473473` ` ` js
You can’t perform that action at this time.
0 commit comments