github snapappointments/bootstrap-select v1.7.0-rc2
v1.7.0 RC2

latest releases: v1.14.0-beta3, v1.14.0-beta2, v1.14.0-beta...
pre-release8 years ago

Addresses performance issues when rendering selects. Now, in render(), when targeting an element using originalIndex, rather than filtering through every li element (insanely resource intensive), the originalIndex is accessed from an object (liObj) where the key is originalIndex and the value is that option's actual index within the list. Also, where it makes sense, native Javascript DOM properties have also been utilized to improve render speed.

Also fixes liveSearchNormalize as seen in #960.

Compare this release with the previous one.

Don't miss a new bootstrap-select release

NewReleases is sending notifications on new releases.