selectr icon indicating copy to clipboard operation
selectr copied to clipboard

Fix deselectOption on deselecting the first list entry, if only first entry is selected

Open Parama91 opened this issue 6 years ago • 3 comments

An error occured on deselecting the last selected option, if first in list of options. After adding the missing ' in the function deselectOption to the command, deselection is working and footer is updating fine again. New command: e("option[value='"+e(t).data("val")+"']",this.source).prop("selected",!1)

Parama91 avatar Oct 11 '17 12:10 Parama91