When running a local version of the CodeEffects rule editor I get an error message when I try to enter a decimal in the condition. In the angular example project I have updated the type of the pulse
property to decimal?
and why I try to enter a decimal I get the following error message:
When I enter a dot instead of a comma it gets autocorrected to a dot. The current culture of my local machine is nl-nl as is my browser. When I run your live demo it works without any issues.
What is the issue when running this locally?