Skip to content

values.filter is not a function #8

@ismael7

Description

@ismael7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions