Mask in Blazor

How to use textbox with mask in Blazor?

Ulisses

2 Likes

Hi @ucaneto,

At the moment Mask component is available only for Angular projects not for Blazor.

Very sad... any implementation forecast?

How you solved it, Ulisses?

Is there a release schedule for Blazor?

<RadzenTextBox @bind-Value="entidade.NrCNPJ" Mask="00.000.000/0000-00" />

We don’t have exact date when the Mask component will be released however we will do our best to add it in the next couple of months.

1 Like

This is very important. Please...

Thank you

Component presented in version 2.54.0.
Thank you very much.