You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optimize render of MuiConjs
* show benchmark in example app
* reuse config extended from memo
* remove internal render optimizations
* use callback, memo
* antd Slider FC
* remove optimizeRenderWithInternals
* .
* fix test
* merge type config to field config @ extend
* fix issue #1056
* fix tests
* fix issue with negative spel #1055
* test spil minus
* chlog
* cache
* fix import of negative number as func arg
* memo
* fix tests
* fix
Describe the bug
I can't seem to import a spel expression for a numeric field with a negtive value
To Reproduce
num == -1
in the spel import fieldExpected behavior
Import should work and parse to:
Screenshots
Additional context
It is possible to set negative numbers when manually defining the rules, on export it also works, but import fails
The text was updated successfully, but these errors were encountered: