Tags: abusada/bootstrap-select
Tags
Wrong option highlighted on single select w/ title liObj was not correct if a select had a title. The originalIndex of the first <li> element is 1, since a new option is inserted into the select when a title is set. The newIndex of the first element is 0. liIndex must be decreased when the new option is created.
Major performance boost Addresses snapappointments#791. Can now render a select with 1000 options in under 200ms.
PreviousNext