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
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)
Known bug: double space leads to creation of .
Solved
Thank You so much
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.