Hello,
I have a problem with autocomplete iOS keyboard and Unfocus event.
Step by step explanation:
I Try to write word “Ciua”, my Italian iPad suggest me “Cita”
1. If I tap “space” on keyboard, the visible value and the real value of my editor will be “Cita”
2. If I tap little blue “x” to cancel suggestion, the visible value and the real value of my editor will be “Cita”
3. If I touch outside the editor, the visible value will become “Cita” but the real value inside editor will remain “Ciua”
I notice that the event OnElementPropertyChanged() of my EditorRenderer fired when write a single char with PropertyName = “TextChanged” and when I loss focus ONLY with PropertyName = “IsFocused” and not also “TextChanged” if iOS keyboard suggest change my word.
Best regards,
Esteban Lombardo