SSENSE/vue-carousel

pagination buttons missing type attr gets interpreted as submit-btn

Open

#386 geöffnet am 12. März 2019

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.705 Stars) (513 Forks)batch import
buggood first issuehelp wanted

Beschreibung

pagination buttons missing type attr gets interpreted as submit-btn

on clicking pagination a request gets sent to server. This is because type attribute is not set on dot-buttons and browser interprets it as a submit button.

Contributor Guide