fix(pagination-nav): set button type="button" to prevent form submission (#1846)

This commit is contained in:
metonym 2023-11-18 10:18:42 -08:00 committed by GitHub
commit bed073c2f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
<li class:bx--pagination-nav__list-item="{true}">
<button
type="button"
data-page="{page}"
aria-current="{active ? 'page' : undefined}"
class:bx--pagination-nav__page="{true}"