Hello Everyone,
I wonder, if someone has managed to set up a conditional for a button that checks if an input field contains any non-whitespace characters. If it does, the button appears. I have decided to go with a simple RegEx expression “\S+”, but it only captures the first space in an input field. If I begin by adding white spaces and only later add a character, it doesn’t work. I have tried to add “:number of characters” and “:trimmed” but to no avail. So, what you see in the attached screenshot, doesn’t work. Any idea as to what I’m missing?
Many thanks for your time!