[TextInput] Maxlength bug in specific situations #22669
Labels
Bug
Component: Text
Component: TextInput
Related to the TextInput component.
Resolution: Locked
This issue was locked by the bot.
Environment
Description
In a specific situation maxLength don't works, when a special character is inserted between a number, a character and a letter: (maxLength: 5, value: 123-r) 123[insert here "&"]-r the result is 123&-
See the demo.
Reproducible Demo
TextInput MaxLength Bug
The text was updated successfully, but these errors were encountered: