Open 89gsc opened 6 years ago
I too am facing the same issue. Any solution?
I never sound a solution to this problem. I changed how I handled this by not using events and did somthing else which wont work in most cases for other users. Sorry I couldn't be more help.
I have a check box which I have registered a JS callback for in order to hide / show some fields, as you can see there are a couple console logs in there to help me debug.
The problem with this is that for each change in the checkbox so unchecking it or checking it this code fires twice. with some odd results. See below the code for what I am getting as a console output.
So I am not able to make the 2 text fields for term / content show they remain hidden all the time. Is this an issue with my implementation?