Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 5
    Weird - I wasn't getting the button in previews. Still, if it does show up, it's the same problem we have seen at least 2-3 times before - the buttons are <button> elements that don't specify a type attribute, thus by default they will submit whatever form they are in. The fix is to use <button type="button">. And then maybe write it down on a post-it note. Commented Nov 5 at 14:53
  • 5
    Thanks for the report, this has been fixed. Commented Nov 5 at 18:10