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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.