Close keyboard in sidemenu on mobile

After closing the keyboard with the specified key on a touch device after typing inside a textfied in an open sidemenu the sidemenu will close.

Snippet: https://snippet.webix.com/zg0iin4j

Hey @Jendrik, seems like the sidemenu will lose focus when you press the “back” button. As a workaround, you could try setting the modal property to true so that your menu won’t close when you lose focus. To make it so you can actually make other elements interactive, simply adjust the modal area via CSS, so that it’s not actually present.

The end result looks something like this: https://snippet.webix.com/g4f4cjv0.

Closing the menu on focus-loss is kind of necessary for us. Will you look into it? Afaik the loss of focus shouldn’t happen.