Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Need to improve improve optional behavior in SfMaskedEdit.
If optional mask is added in SyntaxEditor it doesn't considered properly in SfMaskEdit. For example.
Mask : "\(\d{2}\)\d{1}*\d{4}-\d{3}"
o/p should be like (12)3456-789 (or) (12)34567-890
But not it doesn't consider optional mask properly, need to improve this optional behavior. This is just one example. Need to check multiple optional mask while implementation.