contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
150 stars 118 forks source link

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

Open heyitstowler opened 1 month ago

heyitstowler commented 1 month ago

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.

https://github.com/contentful/field-editors/blob/053959dfaf30bff4ea6d90b15a5c612d1c52fa9a/packages/single-line/src/SingleLineEditor.tsx#L93

github-actions[bot] commented 6 days ago

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