This closes https://github.com/select2/select2/issues/3239
@@ -25,6 +25,10 @@ define([
return $dropdown;
};
+ Dropdown.prototype.bind = function () {
+ // Should be implemented in subclasses
+ };
+
Dropdown.prototype.position = function ($dropdown, $container) {
// Should be implmented in subclasses