Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

values.filter is not a function #8

Open
ismael7 opened this issue Jul 24, 2018 · 0 comments
Open

values.filter is not a function #8

ismael7 opened this issue Jul 24, 2018 · 0 comments

Comments

@ismael7
Copy link

ismael7 commented Jul 24, 2018

'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]
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant