Tabindex Next on Enter key

Hi Everyone!,

Have a good day!,

how can i implement tabindex next on enter key.

Hi @se.imranali,

The enter key shouldn't behave as tab IMHO. The Radzen.Blazor components don't have a feature like this.

In our application, EnterKey is often used and expected to go to the next field.

In this javascript, you only have to include a class name.

https://github.com/AndreasGrip/enter2tab

2 Likes

Thank you so much for share sample code Harvey.

1 Like