I have a popup dialog which i have added a div tokenized later by bootstrap js.
I am facing one major problem though. When i make the dialog modal, for some reason i can't fgure out why and where am losing typed in text though keydown and keyup events are registered successfully. Basically you can't type and see what you typed on the .token-input.
The same functionally works perfectly fine when i make the dialog non modal, but then i need this dialog modal.
Could someone have experienced such a problem in the past?
I will be glad for any possible pointers.
Thanks!