I recently implemented search to our single selects and came a across a bug, that occurs if you open the drop down by pressing arrow down. This leads to a broken search. You can't enter anything, cursor won't be displayed and if you click on the search input the drop down closes.
You can reproduce this at the first input under the headline "Single select input" at https://joshuajohnson.co.uk/Choices/
Greetings
edit:
Closing as I cannot replicate this 馃憤
@jshjohnson Not solved at all.
I just followed my instructions again and the issue still persists.
Please tell me if you need more info from my side.
If you could provide a reduce test case highlighting the issue, that'd be great 馃憤
Hope this helps. After reopening the dropdown with arrow-down key, search is not working anymore

Which browser and OS are you using @DarkMikey ?
Ah yeah sorry.
Windows 10 64-Bit, Firefox 70.0.1 (64-Bit) and also Chrome Version 78.0.3904.87 (Official Build) (64-bit).
Does this not happen for you?
Yeah I cannot replicate this on Chrome (Mac OSX) - I'll be interested to know whether this is still an issue with the upcoming release as we made some changes to event listeners
The problem persists, I can confirm. I'm using Chrome Versi贸n 76.0.3809.100 (Build oficial) (64 bits) in ubuntu 18.04. I have also tested it on browserstack with several other browsers (IE11, FF70 and others). It happens when you toggle the dropdown with the down arrow key while the focus is on the choices element. After this all event listeners attached to the input stop working and can't be focused. It happens on the single select input.
So, can we re-open this?