iamdanfox / anno.js

Interactive step-by-step guides for web apps.
iamdanfox.github.io/anno.js/
MIT License
303 stars 56 forks source link

Form submits on NextButton click #66

Open ghost opened 4 years ago

ghost commented 4 years ago

When the NextButton is clicked on the annotation, it submits the form if the target's parent is a form. How do I stop this?

jlecordier commented 3 years ago

The author (or anyone using this library) has to fix the code. The AnnoButton is defined as a <button class='anno-btn'>, but it should be <button class='anno-btn' type='button'>, or else it acts like a submit button

jonkoerber commented 3 years ago

jlecordier is correct. I made the change to the JS source code myself and it fixed the issue.