1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/dist/js
Kevin Brown 6a0c002f94 Add a module for attaching the dropdown to the body
In Select2 3.x, the dropdown is attached to the body element and
it is floated above all other elements.

In Select2 4.x, the dropdown is attached directly to the Select2
container, which allows us to skip any special placing logic. This
happens to be how Chosen currently does it, and it prevents us
from having the dropdown display up, as well as a few other strange
issues that can't be prevented.

This new module will most likely become the default, as it matches
the functionality of Select2 3.x and has quite a few advantages.
The other positioning code will need to be broken out into a
separate module in the future.
2014-11-25 15:39:42 -05:00
..
i18n Built out the translations 2014-11-19 17:48:46 -05:00
select2.amd.full.js Add a module for attaching the dropdown to the body 2014-11-25 15:39:42 -05:00
select2.amd.js Add a module for attaching the dropdown to the body 2014-11-25 15:39:42 -05:00
select2.full.js Add a module for attaching the dropdown to the body 2014-11-25 15:39:42 -05:00
select2.full.min.js Add a module for attaching the dropdown to the body 2014-11-25 15:39:42 -05:00
select2.js Add a module for attaching the dropdown to the body 2014-11-25 15:39:42 -05:00
select2.min.js Add a module for attaching the dropdown to the body 2014-11-25 15:39:42 -05:00