From f1078ee6187379723b96b867fd61ff174072e5a0 Mon Sep 17 00:00:00 2001
From: HRK <119110706+18148764734@users.noreply.github.com>
Date: Wed, 21 Feb 2024 21:11:01 +0800
Subject: [PATCH] =?UTF-8?q?fix=20uni-number-box=20step=E6=AD=A5=E9=95=BF?=
=?UTF-8?q?=E5=B0=8F=E4=BA=8E1=E6=97=B6=EF=BC=8C=E9=94=AE=E7=9B=98?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=BAnumber=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
uni_modules/uni-number-box/changelog.md | 2 ++
.../uni-number-box/components/uni-number-box/uni-number-box.vue | 2 +-
uni_modules/uni-number-box/package.json | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/uni_modules/uni-number-box/changelog.md b/uni_modules/uni-number-box/changelog.md
index 72f9b8c8..5b06503f 100644
--- a/uni_modules/uni-number-box/changelog.md
+++ b/uni_modules/uni-number-box/changelog.md
@@ -1,3 +1,5 @@
+## 1.2.5(2024-02-21)
+- 修复 step步长小于1时,键盘类型为number的bug
## 1.2.4(2024-02-02)
- 修复 加减号垂直位置偏移样式问题
## 1.2.3(2023-05-23)
diff --git a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue
index 03f4f439..9e40c1e6 100644
--- a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue
+++ b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue
@@ -3,7 +3,7 @@
-
-
+
diff --git a/uni_modules/uni-number-box/package.json b/uni_modules/uni-number-box/package.json
index 4459d5b8..9f26eb82 100644
--- a/uni_modules/uni-number-box/package.json
+++ b/uni_modules/uni-number-box/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-number-box",
"displayName": "uni-number-box 数字输入框",
- "version": "1.2.4",
+ "version": "1.2.5",
"description": "NumberBox 带加减按钮的数字输入框组件,用户可以控制每次点击增加的数值,支持小数。",
"keywords": [
"uni-ui",