DevExtreme React - Limit the String Length
To limit the string length, assign an integer number to the maxLength option. By default, the string length is unlimited.
JavaScript
$(function() { $("#textBoxContainer").dxTextBox({ maxLength: 10 }); });
See Also
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.