You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'patient.FechaDeNacimiento': {
includes: ['año/mes/día'],
},
Show this error values.filter is not a function
includes: function includes (value, args) {
args.value = value;
var values = args.values;
var msg = '{{ value }} is not one of the following: {{ values.join(", ") }}';
return [!!values.filter(function (option) { return option === value; }).length, msg]
},
The text was updated successfully, but these errors were encountered:
'patient.FechaDeNacimiento': {
includes: ['año/mes/día'],
},
Show this error values.filter is not a function
includes: function includes (value, args) {
args.value = value;
var values = args.values;
var msg = '{{ value }} is not one of the following: {{ values.join(", ") }}';
return [!!values.filter(function (option) { return option === value; }).length, msg]
},
The text was updated successfully, but these errors were encountered: