dbrekalo / fastselect

Fastselect is lightweight browser plugin for enhanced select elements based on jQuery. Enables fast and sensible UI upgrade of select element with features like option searching and remote dataset loading.
http://dbrekalo.github.io/fastselect/
MIT License
108 stars 87 forks source link

Remove selected option on click of option itself. #8

Open Niranjan-N-Raj opened 8 years ago

Niranjan-N-Raj commented 8 years ago

Let me explain in brief

If user clicks any option, in dropdown a class is added with background color blue.

And now, if user has to remove the option, he should click on cross mark of bubbles which is working fine.

Can we remove the option on click on options itself??

Like user click on option, it gets selected, again if user clicks on selected option, can we unselect the option??

giangnguyen712 commented 6 years ago

i have these problems too