attachevent is not working in bootrap modal

Hi webix team,

If I am using webix in bootstrap modal some functionalities are not working like datepicker modal, combobox, attachevent,etc

If is there any way to call please reply me.

Thnaks

Please refer this link
https://webix.com/snippet/9911d793

In above snippet onPaste event is not working

The issue has been solved as

$.fn.modal.Constructor.prototype.enforceFocus = function () {};

https://webix.com/snippet/79230aa5