Closed certifirm closed 4 years ago
I'm submitting a ... (check one with "x")
[X] bug report => search github for a similar issue or PR before submitting [ ] feature request
I have an array
centrosDropdown = [ { "label": "TODOS", "value": null }, { "label": "Barcelona", "value": 11 }, { "label": "Madrid", "value": 9 }, { "label": "Valencia", "value": 10 } ]
I am using in a view:
{{ centrosDropdown | where: ['value': 11] }}
throws error:
Missing expected ] at column 35 in [ {{ centrosDropdown | where: ['value': 11] }}
What I am missing??
Sorry. My mistake
I'm submitting a ... (check one with "x")
I have an array
I am using in a view:
{{ centrosDropdown | where: ['value': 11] }}
throws error:
Missing expected ] at column 35 in [ {{ centrosDropdown | where: ['value': 11] }}
What I am missing??