Using RadzenTextBox for input, how to accept number only?
For example, if user input 123AA456, text box will only show as 123456 and accept it as 123456 as well.
Such feature is not supported out-of-the-box, you can use Numeric component instead.
1 Like
Can we limit input to the Numeric component max digit length is 6?
For example, user input 123456, if try to add one more 7, not allow, no need to prompt any error message.
Just set the Numeric's Max property to 999,999.