-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable delete button when intent has a single text field #151
Comments
Reviewing this issue based on #153; |
This issue was maintained following the procedures of #153; Although it was maintained, it asks for a redundant work and validation, since there is already a validation that doesn't allow the user to delete the last or only question, even if the button is enabled. |
Solved this issue as described in #162 |
It's not redundant because we are exposing the actual behavior in a way people can understand, following the usability principle of Visibility of the System 😉 |
Got it! Thanks by the answer. It makes total sense. |
I tested it! Looks good on my side. |
When an intent has a single text field, the delete button of that text field should be disabled as you cannot leave an intent with zero questions. The delete button should be reenabled once you add more text fields.
Tasks
Acceptance criteria
The text was updated successfully, but these errors were encountered: