-
-
Notifications
You must be signed in to change notification settings - Fork 291
adding the ability to have custom logic for jsonlogic groups #714
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
adding the ability to have custom logic for jsonlogic groups #714
Conversation
✅ Deploy Preview for react-querybuilder ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 685ecde:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a07bc40:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 239cff8:
|
Commit c64398f may look a big change, but I really just consolidated the logic into a single |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c64398f:
|
I'll merge this unless you wanted to add anything else. |
This looks good, thanks for checking. |
This PR adds the ability to override jsonLogic groups processing functions. The previous logic would not allow for
and
,or
,!
, and!!
to be overridden.@jakeboone02 there is probably a better way to structure this, but wanted to get your thoughts on the current changes.