It would be great to delete individual items from the searchable dropdown widget in a more intuitive way. Currently, as of OutSystems UI 2.19.1, you have to either:
- Reopen the dropdown search, scroll, and unselect individual items
- Use the X icon, but that clears all selected items
It would be nice to either click selected items to remove them, which is possible using the advanced server-side dropdown search component, or at least place selected items at the top of the list.

Here's an example of individual 'X' items implemented using the advanced server-side dropdown search component.

Having something like that preconfigured out-of-the-box for the standard dropdown search would save on development time and improve the user experience, particularly for those who have to navigate via keyboard.