Prevent user from typing spaces

Hey, I wanted to know if there was a way to prevent the user to enter only spaces in a textinput. Thanks !

1 Like

You can replace text when user it button then
Replace text of textbox « » (Space) by empty string

1 Like

It will save the value he entered without spaces right ?

True!

But you can add blocks like :
If textbox text is empty then show a notifier

1 Like