Denys Oblohin
Denys Oblohin
Related to #525
No, there is no mapping possibility. But you can update field keys in query value manually
Thanks for submitting this issue. Support of different SQL dialects was in my todo list. While implementing SQL export I decided to stick with MySQL syntax for now. (To be...
TODO: refactor, use `getDerivedStateFromProps` intead of `onPropsChanged`
You can see example of usage of jsonlogic's `all` operator with `multiselect` field type (like `Colors` in demo). It supports `multiselect_equals` operator which will produce jsonlogic like ```js { "all":...
JsonLogic is import/expoer format only. If you see a way to use it in rule somehow, please describe how it should look and behavoir. Closing this issue cause lack of...
> So in order to implement this as an operator, I would need an equivalent to the jsonLogicImport option that was recently added for funcs, but for operators. Yes, seems...
Should be fixed in 0.2.8
You can try to use custom Select widget like this: https://codesandbox.io/s/geose But it looks dirty, AntDesign doesn't support true custom values for single Select out-of-box, so I don't want to...