maui-demos icon indicating copy to clipboard operation
maui-demos copied to clipboard

Can't access object property of SelectedItem

Open VerstraeteWout opened this issue 2 years ago • 1 comments

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 avatar Mar 30 '23 14:03 VerstraeteWout

Any updates on this issue?

VerstraeteWout avatar Apr 17 '23 07:04 VerstraeteWout