lowcoder
lowcoder copied to clipboard
[Bug]: Numeric Input Doesn't honor NULL values
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
This has been fixed, and PR is created
How to use:
set default value ->null instead of {{null}}
@iamfaran , this is still not working.
@adnanqaops Thank you for reporting it
I have just looked into it, it works but we have to use numberInput1.setDefaultValue("null")
null has to be String