@danielgindi/selectbox 1.0.127 → 1.0.128

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.es6.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.127
2
+ * @danielgindi/selectbox 1.0.128
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  import { createElement, closestUntil, setElementAttrs, next, prev } from '@danielgindi/dom-utils/lib/Dom';
@@ -1441,6 +1441,8 @@ class DropList {
1441
1441
  itemElement: itemElement,
1442
1442
  droplist: droplist,
1443
1443
  };
1444
+
1445
+ droplist.el.focus();
1444
1446
  }
1445
1447
 
1446
1448
  _hideSublist() {