Skip to content

Commit

Permalink
Fixed #313 - InputNumber Up Down buttons send form on submit
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 16, 2020
1 parent 15b46c5 commit 99cfbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<button :class="buttonClass" v-on="$listeners">
<button :class="buttonClass" v-on="$listeners" type="button">
<span v-if="icon" :class="iconClass"></span>
<span class="p-button-text">{{label||'&nbsp;'}}</span>
<span class="p-badge" v-if="badge" :class="badgeClass">{{badge}}</span>
Expand Down

0 comments on commit 99cfbb0

Please sign in to comment.