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

Triggering refresh when there aren't any results #190

Closed engin-can closed 4 years ago

engin-can commented 4 years ago

Description

Implementation for statusNoResults event was not following same behavior as when results are found. "change" event didn't get triggered when no results were found, while it did get triggered when results were found, which is confusing.