1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/src
Kevin Brown b5f136ff72
Add computedstyle option for calculating the width (#5559)
This allows for more accurate resolution of the width when compared
to the `resolve` method. This is more relevant for jQuery 1.x, where
the `resolve` method cannot find the width of a hidden select box,
but it also applies to newer versions of jQuery where the `width()`
method provided by jQuery doesn't fully match `getComputedStyle()`.

Fixes #3278
Fixes #5502
Closes #5259
2019-07-09 19:44:33 -04:00
..
js Add computedstyle option for calculating the width (#5559) 2019-07-09 19:44:33 -04:00
scss removed select2-selection__placeholder from _multiple.scss (#5508) 2019-06-25 21:59:56 -04:00