Implement Dropdown.bind
This closes https://github.com/select2/select2/issues/3239
This commit is contained in:
parent
73e50ae92c
commit
89858c418d
4
src/js/select2/dropdown.js
vendored
4
src/js/select2/dropdown.js
vendored
@ -25,6 +25,10 @@ define([
|
|||||||
return $dropdown;
|
return $dropdown;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Dropdown.prototype.bind = function () {
|
||||||
|
// Should be implemented in subclasses
|
||||||
|
};
|
||||||
|
|
||||||
Dropdown.prototype.position = function ($dropdown, $container) {
|
Dropdown.prototype.position = function ($dropdown, $container) {
|
||||||
// Should be implmented in subclasses
|
// Should be implmented in subclasses
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user