You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you select the last element of the list Firebug says:
TypeError: this.form_field.options[d.options_index] is undefined
To reproduce the bug, remove the word multiple in file index.html and select the last element.
The text was updated successfully, but these errors were encountered:
I resolved this in chosen plugin by including one empty option tag in html like
<selectng-model="company.category" data-placeholder="Choose company category..." chosenng-options="category.id as category.name for category in categories" class="span6"><optionvalue=""></option></select>
When you select the last element of the list Firebug says:
TypeError: this.form_field.options[d.options_index] is undefined
To reproduce the bug, remove the word multiple in file index.html and select the last element.
The text was updated successfully, but these errors were encountered: