truckingsim / Ajax-Bootstrap-Select

This uses the bootstrap-select plugin and extends it so that you can use a remote source to search.
MIT License
280 stars 97 forks source link

Filter selected items when typing #182

Open olivierberten opened 4 years ago

olivierberten commented 4 years ago

I have a case where I need to select a few dozens of items. Problem is I don't have a way to quickly check whether an item has been selected since the selected items aren't filtered by the live search, unlike the original bootstrap select. Would it be possible to have an option (or have it as default) to filter the already selected items while filling in the search field?