I found a possible bug on Entry
and Editor
controls on ios (XF v2.3.2.127). Try to enter some text with typo and then tap on "close" button on keyboard or just tap on another page content for hiding keyboard. In this case last value in view model which is binded to Text
control property is the text with typo, but you can see autocorrected text in control. DON'T tap on suggested word because in this case binding works fine.
On android everything works fine.
Can someone confirm this bug or describe this behavior?``
Answers
Have you found a fix to this problem? I have come across the same issue with iOS. I am binding the Entry field to a class and the class gets the unedited version but the displayed line is not the same after autocorrect occurs.
This pull request details what sounds like should fix your issue.
Doesn't seem to be working, I'm using Visual Studio Xamarin version 4.2.0.719 and Xamarin iOS 10.2.0.4