-
Notifications
You must be signed in to change notification settings - Fork 40
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
The "alwaysArray" option doesn't apply to "exclude" #27
Comments
Thanks for the report. Would you want to provide a PR handling this case? |
Thanks @rschick 👍 Merged and published as v1.5.1. |
Hey - with 1.6.0, I'm seeing the following:
But doing multiple values works:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See example at: https://runkit.com/davidmz/5c86c4ecc72b580012f955eb
I expect that it should be
exclude: {in: ["space"]}
but gotexclude: {in: "space"}
The text was updated successfully, but these errors were encountered: