Is there a built-in way to restrict text input to just numbers?

TextInput() Is there a built-in way to restrict text input to just numbers?

Welcome @principemm

Check the inputType paramater: inputType - (default "text") set to "text", "number", "password", "email" number has 0-9 . + - / * % $ available

2 Likes

Hello @principemm (Matthew) - what kind of things are you making?

Mostly simulations for training. I'm just starting to get into creating games! (a little more fun)

1 Like