Grial-UI-Kit-Support icon indicating copy to clipboard operation
Grial-UI-Kit-Support copied to clipboard

Clear button doesn't clear text in entry on Android

Open brandonward34 opened this issue 4 years ago • 2 comments

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

brandonward34 avatar May 13 '20 22:05 brandonward34

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?

dirivero avatar Jun 03 '20 15:06 dirivero

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.

brandonward34 avatar Jun 03 '20 18:06 brandonward34