Good afternoon!
I've migrated my app from Xamarin to MAUI, and I'm having issues reading the Text property of sfAutocomplete controls. I've prepared a brief demo you can check in this public repo:
waguilar/sfAutocompleteDemo (github.com)
As you can see, I can interact with the SocialMedia property, and it's being updated when I select one option from the AutoComplete control. But the SelectedMediaText is always empty, and the ViewModel doesn't seem to trigger any getter or setter. This is important because, in our app, the user can select an option from a list or enter any value in the text field.
Let me know if you need more info to address this issue.
Cheers!
Walter