You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue pertains to the validation error behavior in the category creation process. Currently, the validation error for the Category Name input appears instantly without any user interaction that triggers the error.
To Reproduce:
Launch the web application using npm run web:serve.
Log in to the application.
Click on the setting icon on the sidebar.
Navigate to the category card in the left sidebar.
Click on the "Add category" button.
The error "Category name is required" is immediately displayed on the Category Name input.
Expected Behavior:
The error message should only appear when the user interacts with the validated input or attempts to submit the form without filling the required input.
Description:
This issue pertains to the validation error behavior in the category creation process. Currently, the validation error for the Category Name input appears instantly without any user interaction that triggers the error.
To Reproduce:
Expected Behavior:
The error message should only appear when the user interacts with the validated input or attempts to submit the form without filling the required input.
Desktop Hardware Details:
Additional Context:
screen-recording-2024-03-27-at-113845_s9NQQw9Q.mov
@Angamanga, could you kindly assist in adding the Outreachy Task Submission Label to this issue? I'm going to work on resolving it.
The text was updated successfully, but these errors were encountered: