SSENSE/vue-carousel

pagination buttons missing type attr gets interpreted as submit-btn

Open

#386 aberto em 12 de mar. de 2019

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (513 forks)batch import
buggood first issuehelp wanted

Métricas do repositório

Stars
 (1.705 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador