github snapappointments/bootstrap-select v1.7.0-rc1
v1.7.0 RC1

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

Compare this release with the previous one.

Bug Fixes

  • #1004: fix maxOptions=1 within optgroups
  • #989: fix close button when data-header is enabled
  • #830, #961, #934, #962, #1008: fix keyboard navigation
  • #799: fix data-size="auto" when scrolled to bottom of page

New Features

  • #699: Events have been added
    • rendered.bs.select,
      refreshed.bs.select,
      changed.bs.select,
      hide.bs.select,
      hidden.bs.select,
      show.bs.select,
      shown.bs.select
    • hide.bs.select, hidden.bs.select, show.bs.select, and shown.bs.select
      all have a relatedTarget property, whose value is the toggling anchor
      element.
    • changed.bs.select passes through event, clickedIndex, newValue,
      oldValue. true if selected and false if not selected.
  • #888, #738: Show "title" when using a non-multiple select
    • A blank option is prepended to the select, which is then selected by
      default. This allows the title to be shown when the select is initially
      loaded and "no" options are selected yet.

Don't miss a new bootstrap-select release

NewReleases is sending notifications on new releases.