Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to select chip on label #1

Open
TomVHRebel opened this issue May 3, 2021 · 4 comments
Open

Not possible to select chip on label #1

TomVHRebel opened this issue May 3, 2021 · 4 comments

Comments

@TomVHRebel
Copy link

Is there any way to click behind the label? If I click on the label the text gets clicked instead of the chip behind it.

@thewoodknight
Copy link

I ran into this issue too, where I had to click behind the label to fire off the Command.

I added the following to Chip.xaml:L71 to get around it.

<Label.GestureRecognizers>
   <TapGestureRecognizer Tapped="Clicked" />
</Label.GestureRecognizers>

I'm not sure if it breaks anything else (doesn't seem to), or how @Tommigun1980 wants to handle it.

Jerome2606 added a commit to Jerome2606/Xamarin.Forms.Chips that referenced this issue Jun 3, 2021
@Jerome2606
Copy link

I come to this issue as well, your solution seems perfectly working @thewoodknight

I made a pull request with this change

@NguyenKhue09
Copy link

Why i use latest version this bug still occur?.

@jetiSumadinac
Copy link

Thanks @thewoodknight. Your solution helped me today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants