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!

  • 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

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}"


  1. Control contains "123"
  2. tap control on right side

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