Hello, i’m trying to hide the error text along with the 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 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 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
But the above blocks doen’t clear the
Thank you in advance!