Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

【新增】InputNumber 组件 - #152

Merged
teacher-zhou merged 38 commits into
masterfrom
feature/components/input_number
Oct 24, 2022
Merged

teacher-zhou merged 38 commits into
masterfrom
feature/components/input_number

Conversation

@wuxinheng

Copy link
Copy Markdown
Collaborator

合并请求( Pull Request )

标题格式:【新增InputNumber】

关于本次更新的主要内容

新增InputNumber 组件,去掉了原有的格式化、使用input type="number" 相关功能特性

本次合并的类型是什么?

  • 缺陷修复(对缺陷的修复,包括紧急修复和一般修复)
  • 功能开发(新功能、特性的开发,之前功能的完善等)
  • 代码风格(包括命名规范、格式、优化代码的写法等)
  • 文档更新(仅对当前版本的文档进行增加、完善和更新)
  • 重构(没有新功能,仅对代码的重构、调整)
  • 测试(单元测试、集成测试、性能测试、压力测试等)
  • DevOps (CI/CD、git action 等)
  • 其他,请在下面进行描述:

    其他描述写在这里

关联的 ISSUE 编号

ISSUE 编号:#35

其他相关信息

非常感谢您对本项目的贡献,所有的合并请求最终将由作者通过才可以合并成功。并且要求贡献者需要谦虚地对待每一次评审的内容,并且尊重每一位贡献者的回复。良好的规范才能让项目健康的运转,保持利他精神才是我们一直信奉的价值观。

wuxinheng and others added 30 commits October 11, 2022 19:07
@github-actions

github-actions Bot commented Oct 22, 2022

Copy link
Copy Markdown

Unit Test Results

🟢  Tests Passed      |      ⏱️ 4.8s

📝 Total ✔️ Passed ❌ Failed ⚠️ Skipped
78 78 0 0


✏️ updated for commit 463a6c9

@github-actions

Copy link
Copy Markdown

@teacher-zhou teacher-zhou changed the title Feature/components/input number 【新增】InputNumber 组件 Oct 23, 2022
@teacher-zhou teacher-zhou added this to the 0.2 milestone Oct 23, 2022
@teacher-zhou teacher-zhou linked an issue Oct 23, 2022 that may be closed by this pull request

@teacher-zhou teacher-zhou left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

文件名不是以 T 开头

Comment thread src/TDesign/Components/Forms/InputNumber.cs Outdated
@github-actions

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

62.7% 62.7% Coverage
0.0% 0.0% Duplication

@teacher-zhou
teacher-zhou disabled auto-merge October 24, 2022 03:01
@teacher-zhou
teacher-zhou merged commit a4d822b into master Oct 24, 2022
@teacher-zhou
teacher-zhou deleted the feature/components/input_number branch October 24, 2022 03:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InputNumber 数字输入框

2 participants