Skip to content
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

Title: Required Dropdowns with No Options Preventing Form Submission #93

Open
sandeshlavshetty opened this issue Oct 22, 2024 · 0 comments

Comments

@sandeshlavshetty
Copy link

sandeshlavshetty commented Oct 22, 2024

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:

  1. Navigate to the form for creating quizzes or sessions.
  2. Observe the dropdown fields that are marked as required.
  3. Attempt to submit the form without selecting an option from the empty dropdowns.
  4. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant