Skip to Main Content
Feature Request FR-3425
Product Area Page Components
Status CLOSED

2 Voters

Enable character counter in Rich Text Editor or Have maximum character limit.

shilpi.pauranik Internal
· Oct 11 2023

Idea Summary
Similar to Text Area if we can have a character count attribute for RTE as well it would reduce the effort of writing extra pieces of code in order to restrict the user on the client side.

Use Case
- For RTE items, we currently have to create a validation on the page to calculate the length of the input provided & if it is more than the desired limit through a validation error. Also, to make users aware of the maximum limit Inline help text is used.

Preferred Solution (Optional)
Character count should be included in RTE as we have for Text Area items.

This is a great idea! You can already achieve this in APEX today with a slightly different approach.

Comments

Comments