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!>
Thanks for joining our community and helping improve Syncfusion products!
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".