Skip to content

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

@heyitstowler

Description

@heyitstowler

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 && (

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleUsed to mark when there was no activity for a set period of time

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions