TextBox Type Email

Hi,

Is there a way to set the textbox type as "email", so that a software keyboard which pops up will have the @ sign available? I need to indicate to the OS somehow that's it's an email field, and to adjust the keyboard accordingly.

Specifically, I am trying this in Chrome on an Android device. Right now, users have to fiddle with the software keyboard to get the @ sign to appear.

Thanks,
Mike

Hi @sys_mike,

All Radzen.Blazor components support custom attributes that are rendered as is on the root html element. You can try just setting the type attribute. <RadzenTextBox type="email" />

That worked. Thanks for the tip!

As always, super fast response. Radzen rules!