user1095108
user1095108

Reputation: 14623

How to delete from a combobox

Say you had a combobox like this one:

enter image description here

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

Answers (1)

Esse
Esse

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/

Select2 tagging solution.

I believe users are more familiar with this kind of input.

Upvotes: 1

Related Questions