@danielgindi/selectbox 1.0.43 → 1.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.43
2
+ * @danielgindi/selectbox 1.0.44
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -8491,7 +8491,7 @@ var inputBackbufferCssProps = [
8491
8491
  * @property {boolean} [hasOpenIndicator=true] has open/close indicator?
8492
8492
  * @property {string} [placeholder=''] Placeholder text
8493
8493
  * @property {boolean} [sortSelectedItems=true] Should the selected items be sorted?
8494
- * @property {boolean} [sortListItems=true] Sort list items
8494
+ * @property {boolean} [sortListItems=false] Sort list items
8495
8495
  * @property {boolean} [sortListCheckedFirst=true] When sorting - put checked items first (applicable to `multi` mode only)
8496
8496
  * @property {*[]} [stickyValues]
8497
8497
  * @property {function(a: DropList.ItemBase, b: DropList.ItemBase):number} [sortItemComparator]
@@ -8533,7 +8533,7 @@ var defaultOptions = {
8533
8533
  hasOpenIndicator: true,
8534
8534
  placeholder: '',
8535
8535
  sortSelectedItems: true,
8536
- sortListItems: true,
8536
+ sortListItems: false,
8537
8537
  sortListCheckedFirst: true,
8538
8538
  stickyValues: null,
8539
8539
  sortItemComparator: null,