Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
v15
Bug summary
In versions 10-13, character length validation messages for text inputs (both textstring and textarea) show in the format "Maximum X characters, Y too many.". This provides content editors with the a) the maximum character limit on the input, and b) the number of characters they need to remove for their input to be accepted. Content editors are also provided with a live update of their input, for example "24 characters left."
In version 15, the validation message is "This field exceeds the allowed amount of characters". This provides no information to content editors as to a) what the character limit is, or b) what action they are required to take to have their input accepted. Content editors do not receive any other context of their input.
Suggestion: Update character length validation messages in v15 to match the previous structure of the error message, providing context to content editors as to why the field is invalid and how to fix their input, and reintroduce live character count message informaing content editors how many characters they have left.
Specifics
No response
Steps to reproduce
Add character validation to either default textarea or textstring data types and create content exceeding maximum number of allowed characters to show error message.
Expected result / actual result
No response
This item has been added to our backlog AB#50834