79309532

Date: 2024-12-26 13:02:33
Score: 0.5
Natty:
Report link

I had same issue, I found the reason : This happen when you have defined the 'MaxLength' of Entry in XAML and setting a value a value which exceed the defined length of your <Entry inside XAML. Just update the length OR check length before setting value.

<Entry
     x:Name="entry1"
     MaxLength="2" 
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vishva Vijay