Sayakie opened this issue 3 years ago ยท 0 comments
Placeholder $isnumber did not work as we expected when it accepts one's digit.
$isnumber
For instance,
point = "30" $isnumber:point // returns true point = "3" $isnumber:point // returns false