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

Selecting an empty option doesn't seem possible #200

Open ppazos opened 3 years ago

ppazos commented 3 years ago

I have an instance of a select, with an empty option so users can blank the field.

The select picker ajax has a search, when the search is done, and another option is selected, suddenly the "empty" option disappears.

Another issue is: when the user selects the empty option after another option was selected, it keeps the previous option, not the empty one. It seems this use case wasn't considered (selecting and deselecting values).