multitext and onTimedKeyPress

Hi All, I face an issue with the multiext control and the onTimedKeyPress event. It seems that the event is only attached to the first text view. You can find my reproduction here: https://snippet.webix.com/olopo510 (only the first field will give an alert). How can I workaround this problem?

there is subConfig setting where you can define extra fields behavior
https://docs.webix.com/api__ui.multitext_subconfig_config.html
https://snippet.webix.com/cfbvhj9k

Awesome, thank you!