You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: