@danielgindi/selectbox 1.0.131 → 1.0.132

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/lib/DropList.js CHANGED
@@ -1456,7 +1456,7 @@ class DropList {
1456
1456
  position: { x: 'start', y: 'top' },
1457
1457
  anchor: { x: 'end', y: 'top' },
1458
1458
  offset: { x: 0, y: 0 },
1459
- updateWidth: true,
1459
+ updateWidth: false,
1460
1460
  });
1461
1461
 
1462
1462
  p.currentSubDropList = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielgindi/selectbox",
3
- "version": "1.0.131",
3
+ "version": "1.0.132",
4
4
  "description": "A collection of dom utilities. So you can work natively with the dom without dom frameworks.",
5
5
  "main": "dist/lib.cjs.min.js",
6
6
  "module": "lib/index.js",