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.
[x] User can not enter more than 4 digits for criteria points
[x] Scores for weighted (%) criteria must be <= 100
[ ] When the user switches between Scale Types, the form should remain interactive and enable the user to fix any validation issues and make changes to the form as necessary (see bug report below)
Disregard the following if this work does not include any UI changes
[ ] WAVE screenshot
[ ] Automated a11y tests (axe-rspec specs)
[ ] Keyboard accessibility (tab navigation, form interactions)
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