-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add Error Display for minlength and maxlength Constraints #5
Comments
Thank you for opening this issue! A Maintainer will review it soon! |
can i please try this one , please !!!! |
!assign @Alakhg1408 |
Hey @shri30yans! The timer for the @Alakhg1408 to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
!assign @Alakhg1408 |
Hey @shri30yans! The timer for the @Alakhg1408 to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
assign please |
!assign @aryasd29 |
can i get assigned to this |
!assign @Shresht-Ahuja |
!withdraw |
Currently, the input boxes in the Create Project page do not provide any feedback when the entered text does not meet the specified
minlength
ormaxlength
constraints. We need to implement error messages when these constraints are violated.Show the error message below that particular input box.
Requirements
minlength
, an error message should be displayed indicating that the input is too short.maxlength
, an error message should be shown indicating that the input is too long.Acceptance Criteria
minlength
, show an error message:"Input is too short. Minimum length is X characters."
maxlength
, show an error message:"Input is too long. Maximum length is Y characters."
Additional Information
The text was updated successfully, but these errors were encountered: