From 5173d5333ee7a0084736ac85114f851aecf0b291 Mon Sep 17 00:00:00 2001 From: Michael Meier Date: Wed, 8 May 2024 14:45:15 +0200 Subject: [PATCH] fix(InputNumber): add button type attribute, fixes #5700 Adds a button type to html button element to prevent form submits when placed within a form. --- components/lib/inputnumber/InputNumber.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/lib/inputnumber/InputNumber.vue b/components/lib/inputnumber/InputNumber.vue index 02343e2b1..3d6461aef 100755 --- a/components/lib/inputnumber/InputNumber.vue +++ b/components/lib/inputnumber/InputNumber.vue @@ -30,14 +30,14 @@ /> - - -