We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9741f9 commit cf2b696Copy full SHA for cf2b696
1 file changed
select2.js
@@ -1742,6 +1742,7 @@ the specific language governing permissions and limitations under the Apache Lic
1742
this.setPlaceholder();
1743
1744
this.opts.element.trigger({ type: "removed", val: this.id(data), choice: data });
1745
+ this.triggerChange({removed:data});
1746
},
1747
1748
/**
@@ -2352,7 +2353,6 @@ the specific language governing permissions and limitations under the Apache Lic
2352
2353
selected.remove();
2354
2355
-
2356
this.triggerChange({ removed: data });
2357
2358
0 commit comments