RadzenLogin Focus on Username

Hi, Are there way to set a Focus on the Username Field on RadzenLogin?

You can try the following code:

await JSRuntime.InvokeVoidAsync("eval", $@"document.querySelector('[name="Username"]').focus()"):