Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We noticed strange behavior when user try to focus MaskedEdit which contains already some value
See attached project:
MaskType="RegEx"
Mask="[\x20-\x7e]{8,20}"
Problem 1 cursor is at the end of mandatory length - in my opinion should be at end of value
3. type any character i.e. "4"
Problem 2 jumps at end of text + 1 position,
when control contains more the 8 charters (min value in mask), cursor jumps to end of text like expected
Screenshots attached
In my opinion cursor always should be at end of text