Skip to content

[Android] Unable to tap clear button in Entry when inside a Grid #14620

Closed
@greg84

Description

@greg84

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-entryEntrylayout-gridpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been revieweds/try-latest-versionPlease try to reproduce the potential issue on the latest public versions/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions