How to set number from 0-20

hello koders i hope you are having a nice day today i’m in need for help …can anyone help me how to get user input from 0 to 20 numbers only in text box …please help me my friends

  1. From designer section set the input type property of the related text box to Number

  2. Then in block section use the some similar logic like below

blocks (4)

this does not include 0, or?

Oh sorry :point_down:

blocks (5)

1 Like

do not forget to set input type to

this is more comfortable for the user due to show keyboard with numbers only as @Vaibhav suggests in his post.