Hide The Error Text +❗

Hello, i’m trying to hide the error text along with the :exclamation: when the user presses a specific button.

Let me show you what i’ve done so far.

  • Option 1:

The user tries to send a question. If the question text box is empty shows an error :exclamation: along with a message which explains what the error is.

  • Option 2:

The user tries to send a question. If the question has no spaces shows an error :exclamation: along with a message which explains what the error is.

If we pick the option 2 as an example the following screen will appear within the app.

If i press the NEW QUESTION button i want to clear the error message along with the :exclamation:

1z

But the above blocks doen’t clear the :exclamation:

Thank you in advance! :heart_eyes:

1 Like

That’s because you’re using the SetText method… Use the SetError instead and set it to an empty string.

1 Like

My bad. I’m editing the main post. Same with the SetError method.

I believe you should use When Text_Box . On Text Changed block in order to work
See @Boban 's example below

1 Like