We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 working on tapping on the listview.
On tapping on listview it should trigger the command.
<ContentPage.Resources> <ResourceDictionary> <toolkit:SelectedItemEventArgsConverter x:Key="SelectedItemEventArgsConverter" /> </ResourceDictionary> </ContentPage.Resources>
</DataTemplate> </ListView.ItemTemplate>
https://learn.microsoft.com/zh-tw/dotnet/communitytoolkit/maui/converters/selected-item-eventargs-converter
- .NET MAUI CommunityToolkit: 10.0.0. - OS: - .NET MAUI:9.0
No response
The text was updated successfully, but these errors were encountered:
Please be sure to note the breaking change to Behaviors in CommunityToolkit.Maui v10.0.0.
CommunityToolkit.Maui v10.0.0
We've included this as a Breaking Change in our release notes:
You can find more information, including a working solution, here on StackOverflow: https://stackoverflow.com/a/79099574/5953643
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Not working on tapping on the listview.
Expected Behavior
On tapping on listview it should trigger the command.
Steps To Reproduce
Link to public reproduction project repository
https://learn.microsoft.com/zh-tw/dotnet/communitytoolkit/maui/converters/selected-item-eventargs-converter
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: