I want to test if the value of an input is a number and then return a 1 or a 0… so something like:
is_valid.setValue(inputA.value.is_nan()?0:1)
How can I do this in Wappler?
Community Page
Last updated:
Last updated:
I want to test if the value of an input is a number and then return a 1 or a 0… so something like:
is_valid.setValue(inputA.value.is_nan()?0:1)
How can I do this in Wappler?