syncfusion / maui-demos

This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
196 stars 49 forks source link

Can't access object property of SelectedItem #38

Open VerstraeteWout opened 1 year ago

VerstraeteWout commented 1 year ago

I'm having an issue with the syncfusion autocomplete for maui.

I want to get the value of the property value in productmodel, but there seems to be an issue, so when i select an item it shows it correctly and not the name:

image image

When I leave SelectedValuePath empty I get the following result:

image

But when I set the SelectedValuePath to value, like this:

image

I get the following result: image

Is there something wrong with how I'm trying to access the value property of the SelectedItem?

VerstraeteWout commented 1 year ago

Any updates on this issue?