Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决nut-input-number组件在ios中点击小数点后会清空输入框的问题 #2704

Merged
merged 8 commits into from
Dec 15, 2023

Conversation

Formulaaa
Copy link
Contributor

这个 PR 做了什么? (简要描述所做更改)

这个 PR 是什么类型? (至少选择一个)

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 代码重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

这个 PR 涉及以下平台:

  • NutUI 4.0 H5
  • NutUI 4.0 小程序
  • NutUI 3.0 H5
  • NutUI 3.0 小程序

这个 PR 是否已自测:

Copy link

codecov bot commented Dec 2, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (2a7dce3) 85.11% compared to head (179e17e) 85.11%.
Report is 2 commits behind head on v4.

Files Patch % Lines
src/packages/__VUE/inputnumber/index.vue 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v4    #2704      +/-   ##
==========================================
- Coverage   85.11%   85.11%   -0.01%     
==========================================
  Files         167      167              
  Lines       21166    21168       +2     
  Branches     2380     2382       +2     
==========================================
+ Hits        18016    18017       +1     
- Misses       3145     3146       +1     
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eiinu eiinu linked an issue Dec 4, 2023 that may be closed by this pull request
@eiinu eiinu added this to the v4.2.4 milestone Dec 8, 2023
@eiinu eiinu merged commit 6c6f383 into jdf2e:v4 Dec 15, 2023
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nut-input-number组件在ios中点击小数点后会清空输入框
2 participants