Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does the 'addmore' array button prevent propagation? #32

Open
adam-clarey opened this issue May 16, 2016 · 0 comments
Open

Why does the 'addmore' array button prevent propagation? #32

adam-clarey opened this issue May 16, 2016 · 0 comments

Comments

@adam-clarey
Copy link

On line 1305 of jsonform.js there is the line

evt.stopPropagation();

Which means I'm unable to listen for then someone clicks it. I need this event as I have JS to execute when a new array item is added.

I'm guessing there is a reason for this, I just can't see what or how to get around it. For the time being I've commented out this line but that's not a long-term fix.

Ideally there would be an event/hook that gets called whenever a new item is added for just such a need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant