Eric Domenzain
Eric Domenzain
Hello @MuhammadJazabDMT, I have the same problem. Could you find any solution?
@manonaga2188 I have downloaded the version but I still see the same error. The error only appears in iOS when it is MaterialTextField of type Choise, it's probably library error
@manonaga2188 , **XF Material:** 1.5.8 Works correctly. ``` c# if (Device.RuntimePlatform == Device.iOS) { MaterialTexField.Focus(); MaterialTexField.Text = String.Empty; MaterialTexField.Unfocus(); } ```