Skip to content
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

Display Warning When TextWidget Exceeds maxLength Limit #6783

Open
iRohitSingh opened this issue Feb 25, 2025 · 2 comments · May be fixed by #6790
Open

Display Warning When TextWidget Exceeds maxLength Limit #6783

iRohitSingh opened this issue Feb 25, 2025 · 2 comments · May be fixed by #6790
Assignees
Labels
01 type: bug 30 needs: triage New issue that needs confirmation before work begins

Comments

@iRohitSingh
Copy link
Contributor

Describe the bug
Currently we are only disabling user to not type more than the given maxLength property. But we are not showing any visual warning. It will be nice to have a visual warning as Textarea widget.

To Reproduce

  1. Set the maxLength property for TextAreaWidget.
  2. You will not able to see any user feedback.

Expected behavior

  1. It should show the user feedback like Textareawidget.
@iRohitSingh iRohitSingh added 01 type: bug 30 needs: triage New issue that needs confirmation before work begins labels Feb 25, 2025
@iRohitSingh iRohitSingh self-assigned this Feb 25, 2025
@sneridagh
Copy link
Member

@iRohitSingh I will add that it needs to use the Volto's "new" form validation system.

@Tsheko777
Copy link

@iRohitSingh can i work on this if not solved already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 type: bug 30 needs: triage New issue that needs confirmation before work begins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants