I am using jQuery/ajax to load form that have textarea with mention input. Loading tagged elements(users) works, but the only problem is that I need to click submit button two times, or to click outside form and then click submit button(so textarea lost focus first).
We also have some elements that are not using ajax, and for these it is enough to click just once.
I do not know why this happen, any idea where I should look into?
I am using jQuery/ajax to load form that have textarea with mention input. Loading tagged elements(users) works, but the only problem is that I need to click submit button two times, or to click outside form and then click submit button(so textarea lost focus first). We also have some elements that are not using ajax, and for these it is enough to click just once. I do not know why this happen, any idea where I should look into?