pagedown-bootstrap
pagedown-bootstrap copied to clipboard
Change toolbar buttons from type "submit" (the default) to "button"
This solves a problem when the pagedown is part of a form.
Currently when pressing enter inside another textbox (<input type="text" />
) it will cause the first button in the pagedown plugin to be clicked.
Awesome, thanks for this. I was hunting around for some javascript code capturing keypresses...