lowcoder
lowcoder copied to clipboard
[Bug]: Numeric Input Doesn't honor NULL values
trafficstars
Is there an existing issue for this?
- [x] I have searched the existing issues
Current Behavior
I created a numeric Input, set it to "Allow Null", set the default value to {{null}} but the control still shows "0"
Expected Behavior
I expect the control to be empty with I give it a value of "null"
Steps to reproduce
See attached Application
Environment
Self Hosted 2.7.3
Additional Information
Here is the app that shows the behavior