Grial-UI-Kit-Support
Grial-UI-Kit-Support copied to clipboard
Clear button doesn't clear text in entry on Android
Description
When adding ClearButtonVisibility="WhileEditing" to entry on Android, the entry does not clear when pressing the "X"
UxDivers.Grial Version: 3.0.67-RC Xamarin.Forms Version 4.6.0.726
We couldn't reproduce the issue. Even if we use with those exact versions the button seems to work. In which device is this happening?
This is happening for me on a Samsung Galaxy S9 and OnePlus 5T, both running Android 10. The only way Ive been able to resolve this issue is to comment out [assembly: ExportRenderer(typeof(Entry), typeof(UXDivers.Grial.EntryRenderer))] in the AssemblyInfo.cs in the Android project. However, this obviously removes all the styling of the Grial renderer, so I dont want to do this permanently.