Socket
Socket
Sign inDemoInstall

bootstrap-select

Package Overview
Dependencies
3
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

1.14.0-beta3

Diff

caseyjhol
published 1.14.0-beta2 •

Changelog

Source

v1.14.0-beta2 (2021-03-25)

New Features

  • [#2505]: Support Bootstrap 5

Bug Fixes

  • [#2576]: use vanilla JS selector to get first option (performance)
  • [#2578]: Fix allowClear so that it triggers change events

caseyjhol
published 1.14.0-beta •

Changelog

Source

v1.14.0-beta (2020-11-28)

New Features

  • [#899]: Ajax/JSON data source support
  • [#1315]: Reset select element when form.reset() is called
  • [#1416], [#2147]: Using title to set the select's placeholder has been deprecated. Use placeholder instead. title will no longer set the placeholder starting in v2.0.0. title and placeholder can still be used together to support a placeholder and a custom title.
  • [#1449]: Add allowClear option to support deselecting the value for single selects
  • [#1893]: Add open and close methods
  • [#2042]: Support assigning a function to liveSearchStyle for custom filtering

Bug Fixes

  • [#2507]: Placeholder doesn't work when the first option is disabled

Breaking Changes

  • [#1709]: use DOMContentLoaded event listener to auto-init bootstrap-select (performance boost)
  • [#2259]: Drop IE8 support

caseyjhol
published 1.13.18 •

Changelog

Source

v1.13.18 (2020-06-26)

Bug Fixes

  • [#1342]: Bootstrap select doesn't send field data on form submit (set form attribute on select element to fix)
  • [#2402]: In Internet Explorer, with liveSearchPlaceholder enabled, can't select option while searchBox is focused. Also, selected option doesn't get scrolled to when opening menu
  • [#2464]: title attribute does not work in 1.13.17 (Safari)
  • [#2469]: Shift-Tab key not working in 1.13.17
  • [#2474]: With multiple selects, cannot select options with keyboard after using mouse to select options
  • [#2483]: Dropdown with unselectable index 0 will not scroll to top on arrow_down with last index selected
  • [#2491]: remove placeholder/title option when destroying selectpicker

caseyjhol
published 1.13.17 •

Changelog

Source

v1.13.17 (2020-05-07)

Bug Fixes

  • [#478]: tab key skips selectpicker inputs on Mac (Safari)
  • [#1023]: if title/placeholder enabled, select value changes when pressing back in browser
  • [#1828]: selectpicker('mobile') not working on iOS
  • [#2448]: Incorrect dropdown style when Bootstrap 4 version is not auto detected since 1.13.13

caseyjhol
published 1.13.16 •

Changelog

Source

v1.13.16 (2020-04-24)

Bug Fixes

  • [#2380]: Specifying a Title and OptGroups creates a redundant divider
  • [#2381]: Tick/check mark rendering in Firefox
  • [#2391]: setStyle fails if newElement.parentNode is a document fragment
  • [#2393]: liHeight does not consider custom option content when computing li height
  • [#2442]: Using a class in optgroup results in an error on refresh in chrome
  • [#2445]: Problem with refresh and selected item
  • [#2446]: Bootstrap select property dataApiKeydownHandler error

caseyjhol
published 1.13.15 •

Changelog

Source

v1.13.15 (2020-04-20)

Bug Fixes

  • [#2430]: hasOwnProperty error with jQuery 3.5.0
  • [#2439]: error setting bootstrapKeydown if Bootstrap not yet loaded

caseyjhol
published 1.13.14 •

Changelog

Source

v1.13.14 (2020-04-17)

Bug Fixes

  • [#2436]: TypeError: Cannot read property 'content' of undefined
  • [#2437]: If a select has the title attribute set (and is not a multiple select), selecting an option doesn't update the value in the button

Translations

  • [#2195]: Improve CZ translations
  • [#2274]: Improve JP translations
  • [#2196]: Add Serbian translations
  • [#2340]: Add Thai translations

caseyjhol
published 1.13.13 •

Changelog

Source

v1.13.13 (2020-04-16)

Bug Fixes

  • [#2339]: data-size="false" not working
  • [#2337]: calling deselectAll/selectAll immediately after page load throws error
  • [#2320]: Dropup becomes a dropdown upon search
  • [#2308]: Keyboard control over Bootstrap Dropdown components stops working
  • [#2272]: Class bs-placeholder is no longer set on "default" values in 1.13.10
  • [#2352]: "Deselect All" doesn't consistently work with virtual scroll

caseyjhol
published 1.13.12 •

Changelog

Source

v1.13.12 (2019-10-10)

Bug Fixes

  • [#2176]: allow was-validated class to work on select elements without selectpicker class
  • [#2321]: CTRL + F5 not working while dropdown is open
  • [#2308]: Keyboard control over Bootstrap Dropdown components stops working
  • [#2275]: Bug: Event duplication on refresh
  • [#2273]: "precompiled bootstrap" link is broken in README

Improvements

  • [#2243]: change liveSearch input type from "text" to "search"

2345Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc