We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de9159 commit 2732563Copy full SHA for 2732563
src/services/errors.js
@@ -8,7 +8,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
8
var defaultMessages = {
9
'default': 'Field does not validate',
10
0: 'Invalid type, expected {{schema.type}}',
11
- 1: 'No enum match for: {{value}}',
+ 1: 'No enum match for: {{viewValue}}',
12
10: 'Data does not match any schemas from "anyOf"',
13
11: 'Data does not match any schemas from "oneOf"',
14
12: 'Data is valid against more than one schema from "oneOf"',
0 commit comments