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

Feature request - hide character count on single line editor #1735

Open
heyitstowler opened this issue Aug 28, 2024 · 1 comment
Open

Feature request - hide character count on single line editor #1735

heyitstowler opened this issue Aug 28, 2024 · 1 comment
Labels
stale Used to mark when there was no activity for a set period of time

Comments

@heyitstowler
Copy link

The withCharValidation prop only controls whether or not character validation appears. It would be nice if there was a corresponding withCharCount prop to control the showing/hiding of character count. I currently use a workaround to visually hide the character count when I don't want it but it feels like this should be a first class prop.

{props.withCharValidation === false && (

Copy link

Marking issue as stale since there was no activity for 30 days

@github-actions github-actions bot added the stale Used to mark when there was no activity for a set period of time label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Used to mark when there was no activity for a set period of time
Projects
None yet
Development

No branches or pull requests

1 participant