Reputation: 14623
Say you had a combobox like this one:
How would one allow the user to delete an entry listed in the combobox? What element would you add, such as an additional button, context menu ...?
Upvotes: 1
Views: 53
Reputation: 3298
I think small 'x' mark at the right side would be sufficient here.
However I think better solution is to use something like select2: https://ivaynberg.github.io/select2/
.
I believe users are more familiar with this kind of input.
Upvotes: 1