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!

0
Votes

I want to show a button to add a new item if there is no matching item. Something like an item with text "Add ${EnteredUserText}".

Currently I use NoResultsFoundText for this purpose, but it is not fully suitable here. 

I need to show "Add" item even if there are some matches, e.g. if user has typed 'Item A', and there is already 'Item Atam' in the list, I still need to show "Add Item A".

NoResultsFoundText is not displayed in this case, as well, some results are found.