Closed patricia-causalens closed 4 months ago
Issue was found when emptying a numeric input. Its value as stored in the variable was None, whereas in an action ctx.input returned NaN.
None
ctx.input
NaN
We convert the value based on whether the input is numeric, however we were not passing this new value to the action
Locally
Motivation and Context
Issue was found when emptying a numeric input. Its value as stored in the variable was
None
, whereas in an actionctx.input
returnedNaN
.Implementation Description
We convert the value based on whether the input is numeric, however we were not passing this new value to the action
Any new dependencies Introduced
None
How Has This Been Tested?
Locally
PR Checklist:
Screenshots (if appropriate):