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
Description:
The form for creating quizzes and sessions has several dropdown fields that are marked as required but do not contain any options. This issue prevents users from submitting the form, causing frustration and hindering the user experience.
Expected Behavior:
All required dropdowns should have available options for users to select from.
If a dropdown has no options, it should either be disabled or provide a message indicating that options are not available.
Actual Behavior:
Users encounter required dropdown fields that have no options, which prevents them from submitting the form.
No error messages or guidance is provided to inform users why the form cannot be submitted.
Steps to Reproduce:
Navigate to the form for creating quizzes or sessions.
Observe the dropdown fields that are marked as required.
Attempt to submit the form without selecting an option from the empty dropdowns.
Notice that submission is blocked without any clear indication of the issue.
Possible Solution:
Review the dropdown options to ensure that they are populated correctly based on the context.
If certain dropdowns should remain required, consider providing default options or a placeholder message.
Alternatively, disable or hide required fields when there are no options available to prevent form submission issues.
Screen.Recording.2024-10-22.215020.mp4
The text was updated successfully, but these errors were encountered:
Description:
The form for creating quizzes and sessions has several dropdown fields that are marked as required but do not contain any options. This issue prevents users from submitting the form, causing frustration and hindering the user experience.
Expected Behavior:
Actual Behavior:
Steps to Reproduce:
Possible Solution:
Screen.Recording.2024-10-22.215020.mp4
The text was updated successfully, but these errors were encountered: