-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix/multiselects #532
base: dev
Are you sure you want to change the base?
Fix/multiselects #532
Conversation
Kudos, SonarCloud Quality Gate passed! |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Motivation
The default select was confusing for some users, since when many alternatives were selected the input did not visually accommodate them all, appearing to have no selections.
Changes Made
Changing the default select to a modal that contains a select that increases the size according to the selected options.
Changing the select to an input that calls the modal containing the school selection select.
Test Flow
Registered available users (Administrator, teacher and school manager) testing different numbers of schools.
Log in with registered users and check the number of schools and other information added.
Migrations Used
None
Accessibility testing