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

Help text and counter overlap for TextLine input #2594

Closed
alansemenov opened this issue May 24, 2022 · 2 comments
Closed

Help text and counter overlap for TextLine input #2594

alansemenov opened this issue May 24, 2022 · 2 comments
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@alansemenov
Copy link
Member

When a TextLine input has both help-text and config.showCounter, then help text and counter will overlap:
image

Solution is to apply right padding to the help-text div when it's preceded by an input with both text-input-type and show-counter styles applied. Also check if we have the same issue with TextArea.

image

@jsi
Copy link
Member

jsi commented May 30, 2022

This bug is fixed for show-counter, but not for max-length. We need a fix for max length as well. See discussion with Tom Arild on Slack today (comments on my announcement of the release).

@reisfmb
Copy link
Contributor

reisfmb commented May 30, 2022

@jsi Thank you. Will fix it today: #2598

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants