1
0
mirror of synced 2024-11-26 06:46:04 +03:00
select2/dist/js
Kevin Brown 9906b2f434 Fixed dropdown for responsive widths
When we re-implemented support for responsive widths, through the
use of percentages, we never moved the support over to the dropdowns.
So the dropdowns generally were not large enough, and when resized
they never re-adjusted, and they didn't fully work as intended.

This fixes the issue by automatically resizing the dropdown whenever
it is repositioned, mainly to handle new scrollbars, which will
ensure that it is always the same width as the container.

This also adds a section to the examples for responsive design,
just like in the old documentation.

This closes https://github.com/select2/select2/issues/2949.
2015-01-27 14:07:44 -05:00
..
i18n Changed how the builds are done 2015-01-22 14:49:39 -05:00
select2.amd.full.js Fixed dropdown for responsive widths 2015-01-27 14:07:44 -05:00
select2.amd.js Fixed dropdown for responsive widths 2015-01-27 14:07:44 -05:00
select2.full.js Fixed dropdown for responsive widths 2015-01-27 14:07:44 -05:00
select2.full.min.js Fixed dropdown for responsive widths 2015-01-27 14:07:44 -05:00
select2.js Fixed dropdown for responsive widths 2015-01-27 14:07:44 -05:00
select2.min.js Fixed dropdown for responsive widths 2015-01-27 14:07:44 -05:00