maui-demos
maui-demos copied to clipboard
Can't access object property of SelectedItem
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:

When I leave SelectedValuePath empty I get the following result:

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

I get the following result:

Is there something wrong with how I'm trying to access the value property of the SelectedItem?
Any updates on this issue?