Closed
Description
Description
On Android tapping the Entry's clear button does nothing. This is broken in the latest version (7.0.81).
Steps to Reproduce
Create a page with the following XAML:
<Grid ColumnDefinitions="*, Auto, *">
<Entry Grid.Column="1"
VerticalOptions="Start"
ClearButtonVisibility="WhileEditing"
WidthRequest="240" />
</Grid>
Run the app on Android.
Type some text in the Entry.
Attempt to press the clear button to clear the text.
The button does not work.
Link to public reproduction project repository
See steps to reproduce
Version with bug
7.0 (current) (Tested in 7.0.81 released last week - not working)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
All
Did you find any workaround?
The clear button works correctly if I change the Grid to a HorizontalStackLayout.
Relevant log output
No response