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 from list #32

Open maciass2008 opened 6 years ago

maciass2008 commented 6 years ago

i need to remove selected options from the fastselect selection any suggestion?

minhaz-munshi commented 5 years ago

Tye this by editing the CSS: Original CSS: .fstResultItem.fstSelected {color: #fff;background-color: #2694f1;border-color: #73baf6; } Modified CSS: .fstResultItem.fstSelected{display: none}