I have a textarea field and I have a limit of 155 characters. This works great except when I want to add span
or strong
HTML elements. It's counted towards the character limit.
HTML tags should be excluded from this character limit. Not sure how difficult it is but would be a big improvement.