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

Description:

After updating to iOS 26, the SfMaskedEntry behavior different when using a simple mask configuration. Instead of replacing the prompt characters as the user types, the input is prepended to the existing text, causing the field to grow longer than expected.

 

Expected Output:

When typing into the masked entry field, each character should replace the corresponding prompt character according to the mask, maintaining the correct length and format.

 

Actual Output:

Characters are prepended to the existing text instead of replacing prompt characters, resulting in an incorrectly formatted and elongated string.

 

Replication Steps:

  1. Run the attached sample on iOS 26.
  2. Go to Button page
  3. Click SfMaskedEntry and enter a value
  4. You can see that, number is not replace mask