Hello @Smeulf,
I think it’s quite natural to expect that pressing the Escape key will close the popup.
I had to add an additional event propagation stopper (event.cancelBubble = true;) or pressing Escape would leave / unfocus / blur the last clicked input.
Btw, I created a dev branch I'll work on. In the future, can you please send the PR on this dev branch, for testing before I publish it on the master ? Thanks!
Hello @Smeulf, I think it’s quite natural to expect that pressing the Escape key will close the popup. I had to add an additional event propagation stopper (
event.cancelBubble = true;
) or pressing Escape would leave / unfocus / blur the last clicked input.