RadzenTextBox Select All Text After Chang

How to Select All Text after RadzenTextBox triggers the change event

There is no such built-in functionality - you can check StackOverflow for such solutions for regular HTML input element, they will work for RadzenTextBox as well.

Can RadzenTextBox add SelectAll() as a built-in funtion ?
Because this funtion is usually used frequently.

We don’t have plans to add such method however feel free to submit pull request!

ok, thank you for your answer.