Overview
Whitespace is not automatically removed for student number during sign up and just shows generic invalid student number error.
Details
Add extra check for whitespace and either exclude whitespace automatically or add a different error saying there's whitespace.
Why would this feature be useful?
So that people signing up can better understand the invalid student number error.
Additional Notes
You would need to edit StepTwo.tsx to either automatically remove the whitespace or show an error to the user to fix this issue.
Overview
Whitespace is not automatically removed for student number during sign up and just shows generic invalid student number error.
Details
Add extra check for whitespace and either exclude whitespace automatically or add a different error saying there's whitespace.
Why would this feature be useful?
So that people signing up can better understand the invalid student number error.
Additional Notes
You would need to edit
StepTwo.tsxto either automatically remove the whitespace or show an error to the user to fix this issue.