Character count #93
Labels
enhancement
New feature or request
frontend
Requires work on the frontend
triage
New tickets to be checked by the maintainers
ui design
Requires UI design input
Include a character count on our ThemedTextarea component which displays the length of the user's current message. Configure the component so that the count only shows if there is a limit set.
Question
When the CHARACTER_LIMIT defence mechanism is active, what should we show?
With the latter, if a user is attempting to attack our system then they won't be informed of the exact length allowed, and would need to put in more effort to find that out for themselves. For this reason, I feel we should not set CHARACTER_LIMIT on the chat input box when that defence is active.
Note that our standard message limit is currently 16384 chars which is loads, and therefore there seems little point in showing a limit on the main chat textbox, or at least not until the user reaches or is close to the limit.
The text was updated successfully, but these errors were encountered: