TriggerReactor

TriggerReactor

24.6k Downloads

Placeholder "isnumber" behaves as invalid things

Sayakie opened this issue ยท 0 comments

commented

Placeholder $isnumber did not work as we expected when it accepts one's digit.

For instance,

point = "30"
$isnumber:point // returns true

point = "3"
$isnumber:point // returns false