-
Notifications
You must be signed in to change notification settings - Fork 0
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
Evaluation Form: Limit criteria points / weight field input to 4 digits #275
Comments
There is still an issue with the collapsible criteria accordion. Steps to reproduce:
Expected:
Actual:
|
☝️ @cpreisinger Can you take a look at the issue in the comment above? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user, I want to enter reasonable numbers for criteria points / weight.
Based on Feedback from QA, this number is not limited in the UI and it can cause errors. We should restrict the input to 4 digits (<= 9999) and <= 100 for weighted scale.
Technical Notes
Could use HTML input max attribute here
Acceptance Criteria
Disregard the following if this work does not include any UI changes
Out of Scope
The text was updated successfully, but these errors were encountered: