Open
Description
We have a select that's being used as a filter, with options populated from an API call. Sometimes, however, there are no options, and the select is disabled and the title is changed so the user gets a message about WHY it's disabled. Unfortunately, while chosen does handle the disabled state quite well, it doesn't update itself with the new title that's been set on the original select element. It should be fairly trivial to accomplish this - I'll look into submitting a pull request with a fix if I find it's a simple fix.