pyrobirb
pyrobirb
workaround: ```js let orgKeyDown = Dropdown.prototype.onKeyDown Dropdown.prototype.onKeyDown = function(event, search) { if(this.editable) return return orgKeyDown.call(this, event, search) } let orgEditableVisible = Dropdown.prototype.onEditableInput Dropdown.prototype.onEditableInput = function(event) { let orgVisible = this.overlayVisible...
> Hello @mehmetcetin01140 , just checking in for any updates on this issue I found a temporary solution (unsure of the consequences) but it worked for me.. _but I have...