@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.umd.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
  (function (global, factory) {
@@ -12034,7 +12034,9 @@
12034
12034
  break;
12035
12035
 
12036
12036
  default:
12037
- if (p.allowTypeToSelect) {
12037
+ if (dropList.isVisible()) {
12038
+ dropList._keydownFreeType(evt, false);
12039
+ } else if (p.allowTypeToSelect) {
12038
12040
  dropList._keydownFreeType(evt, true);
12039
12041
  } else {
12040
12042
  this.openList();