Closed
Description
Description
Clicking on 'Dessert' shows nothing.
Steps to Reproduce
1.Deploy https://github.com/rachelkang/recipeSearch to Mac Catalyst.
2.Click on 'Dessert'.
3.View page.
Actual Result:
Clicking on 'Dessert' shows nothing.
Expected Result:
Clicking on ‘Dessert’ will display a selection of desserts.
Link to public reproduction project repository
https://github.com/rachelkang/recipeSearch
Version with bug
Microsoft.Maui.Controls 8.0.40-nightly.10612+sha.752eed7129-azdo.9538080
Is this a regression from previous behavior?
Not a regression, it can be reproduced in the latest 8.0.3&8.0.21.
Affected platforms
iOS, Android, Windows, macOS
Did you find any workaround?
Yes, I found the following two ways to display the 'dessert' list.
- Search for ‘dessert’ directly in the search box.
- In line 48 of the "recipeSearch-main\WhatToEat\Views\StartingPage.xaml" file, change CommandParameter="dishType=dessert" to CommandParameter="dessert".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Done