Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

0
Votes

To handle the below cases, need to provide a new API to handle the display mask character when focusing on the component.

  • if true then the mask will display after focusing the component.
  • if false then the mask will display always 

When we use the [Phone] attribute for phone number validation, it will consider the null values. Which means that if we provide the empty string it consider as null. Hence validation will not happening for this case. This works as expected in MaskedTextBox if we did not provide the mask property. If we provide the mask property, it throws the validation message like “Phone number is required” for empty strings also.