Masked Textbox with RegEx and quantifier

How can I specify a quantifier with RegEx ?

Something like: 

<SfMaskedTextBox @bind-Value="viewModel.Prop" id="Prop" Mask="[A>]*"/>

I don't want to add many and many "A" char for the length of the field, I need something like 0 or more.

Than I use maxlength attribute to limit the size.



1 Reply 1 reply marked as answer

SP Sureshkumar P Syncfusion Team September 12, 2022 12:50 PM UTC

Hi Nicola,

Currently, we have no option for “Dynamic mask (variable length mask) support for MaskedTextBox component” We have logged this as a feature request and this support will be included in any one of our upcoming releases.

You can track the status of this feature from the below feedback link.

Feedback Link: https://www.syncfusion.com/feedback/37675

Regards,

Sureshkumar P


Marked as answer
Loader.
Up arrow icon