@danielgindi/selectbox 2.0.38 → 2.0.39

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 2.0.38
2
+ * @danielgindi/selectbox 2.0.39
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -12038,7 +12038,9 @@ class SelectBox {
12038
12038
  break;
12039
12039
 
12040
12040
  default:
12041
- if (p.allowTypeToSelect) {
12041
+ if (dropList.isVisible()) {
12042
+ dropList._keydownFreeType(evt, false);
12043
+ } else if (p.allowTypeToSelect) {
12042
12044
  dropList._keydownFreeType(evt, true);
12043
12045
  } else {
12044
12046
  this.openList();