Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

I cannot access a "Text" property in SfAutoComplete in your MAUI controls suite unless I use the code below:

((InputView)MySfAutoCompleteView.Children[1]).Text


Is it possible to make an exposed property on SfAutoComplete which returns the value of the above, in order to retrieve the value of the text currently in the SfAutoComplete entry?


I would like to accomplish the below with the new feature:

string myText = MySfAutoCompleteView.Text;


This is helpful for when a user has not selected an item from the dropdown, but you still want to capture the text in the control.


Thank you.