How do I set only capital letters in textbox?

i need to type only capital letters in textbox. what i do for that help me fast

You cant do with an appinventor textbox. But you can check if the enterbutton is pressed with this extension. :wink:

Try this-
blocks (12)

TaifunTextbox Extension download-
https://puravidaapps.com/textbox.php

1 Like

help me to find "TaifunTextbox1"
so iam a beginner

This is the link-
https://puravidaapps.com/textbox.php

when Textbox1.AfterTextChanged
do
set Textbox1.Text to (upcase (Textbox1.Text))

Kevin, do you tested it ?

My solution
blocks(2)

1 Like

Sorry, my bad. my blocks not tested, which will cause stackOverFlow error