How to use textbox with mask in Blazor?
Ulisses
How to use textbox with mask in Blazor?
Ulisses
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.
This is very important. Please...
Thank you
Component presented in version 2.54.0.
Thank you very much.