Text box that accept only letters

I want a text box that accepts only letters. Number or any symbol should not be typed in it.

You can change the input type pattern

Or you can use Regex extension to accept only text

1 Like

Maybe this extension might help, TextBox Tools by @Ken

1 Like

3 Likes

It’s working properly but showing an error. Please help me to Remove this warning.

When text_box. on text changed add and another if … then statement and check if textbox text is not empty

1 Like

I hope you can achieve your desire without any extension , just with kodular default block…

as per this block it accepts small , caps letters and a space… just test it (drag and drop png)

@nkmehta537

Known bug: double space leads to creation of .

Solved

Thank You so much :grinning: :heart: :heart: :heart:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.