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!>
Thanks for joining our community and helping improve Syncfusion products!
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: