Closed ihor-romaniuk closed 1 year ago
Thanks for the pull request, @ihor-romaniuk! Please note that it may take us up to several weeks or months to complete a review and merge your PR.
Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.
Please let us know once your PR is ready for our review and all tests are green.
@ihor-romaniuk Thank you for your contribution. Is this ready for our review?
@ihor-romaniuk Thank you for your contribution. Is this ready for our review?
Yes, everything is ready for review.
Internal tracking JIRA ticket: https://2u-internal.atlassian.net/browse/AU-945
Why add this validation on top of adding the min/max to the component?
Input attributes min/max validate value which was changed by input number controls but it doesn't validate key entering.
So an additional validation in the onChange
method was created for validation value from the keyboard.
Flagging this for follow-up @muselesscreator!
@ihor-romaniuk can you describe or show the change the user experience with this feature?
Hi @ihor-romaniuk! Friendly ping on Ryan's question above.
@ihor-romaniuk 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.
TL;DR - added simple validation for the "Adjusted grade" field in the "Edit Grades" popup:
FYI: @openedx/content-aurora