SSENSE/vue-carousel
View on GitHubpagination buttons missing type attr gets interpreted as submit-btn
Open
#386 opened on Mar 12, 2019
buggood first issuehelp wanted
Repository metrics
- Stars
- (1,705 stars)
- PR merge metrics
- (No merged PRs in 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.