Is it possible to add delete button to NativeSelect dropdown?

I am attempting to allow the user to easily remove an option from a NativeSelect component. Is this possible or is there an addon that would help me accomplish this? I have spent several hours searching, without success. Attached is an example of what I am trying to achieve.
31704.png

Hi,

won’t work with NativeSelect, I’m afraid. NativeSelect is just a wrapped HTML
< select >
element, and the
< option >
contents can only be text.

-Olli