Question
Can I use reject() in Scripts to output multiple errors in list? It returns only a list with one element
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [X] Performance issue
- [X] Documentation issue or request
Current behavior
reject() in squidex schema Scripts returns only one string element in list.
Expected behavior
reject() can receive an array of values and output as list of errors.
Like from validation error message:
Others
Maybe it’s possible somehow or other ways present.