First of all, i apologize for any grammar error.
Like the title suggest is there any posibility to change the “error” (it is not an error perse) message in the character limitation in a textInput type of component?
To be more specific, i’m reffering to this message:
Error in TextInput space
If you limit the characters, it show 1 above or 1 below the number you use, for example:
“input-type”: “number”,
“min-chars”: 8,
“max-chars”: 8,
it will say:
if you put less than 8: “this answer needs to have more than 7”
if you put more than 8: “this answer needs to have less than 9”
and in the Meta documentation, never says that there’s an option to specify a number (instead of selecting the upper and lower limit).
This is rather confusing for the majority of the users.
I didn’t find any way to solve this.
Matias Esteban is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.