1
0
Fork 0
mirror of synced 2025-04-04 13:43:31 +03:00
select2/src
Kevin Brown fe26b083eb Fix dropdownAutoWidth so it actually works
Previously the `dropdownAutoWidth` option didn't work because the
dropdown was being absolutely positioned, so setting the width to
`auto` didn't actually have an effect. This cannot be solved by
just setting the width on the container, because that is also
absolutely positioned.

This closes https://github.com/select2/select2/issues/3101
2016-03-27 15:24:37 -04:00
..
js Fix dropdownAutoWidth so it actually works 2016-03-27 15:24:37 -04:00
scss Set list-style further down the DOM 2016-03-27 14:55:21 -04:00