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.