TextAreaBox: clear()
does not reset the letter counter
#807
Labels
Milestone
clear()
does not reset the letter counter
#807
The TextAreaBox does not reset the letter counter in case
clear()
is called andsetMaxLength(999)
is set.To reproduced the error:
setMaxLength(999)
clear()
After calling
clear()
the input of the TextAreaBox is removed, but the letter counter stills has the latest value set.The expected result would be
0
.The text was updated successfully, but these errors were encountered: