This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Description
the default closeButton for modal-header renders as <button class="close" aria-label="Close Modal"><span aria-hidden="true">×</span></button>
can you please change the default to type="button" so it would be:
<button type="button" class="close" aria-label="Close Modal"><span aria-hidden="true">×</span></button>
When using forms this button is treated as a submit incorrectly because the type was never specified and the default for many browsers is 'submit'