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

feat(number): add decimal limit #1865

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

fu050409
Copy link
Collaborator

@fu050409 fu050409 commented May 29, 2024

InputNumber新增小数限制并禁止非数值输入

Fixed #1864

Resolved #1386

What's Changed

  1. InputNumer中的控件新增type="numer"以限制数据为数值;
  2. 新增小数限制;
  3. 为小数限制功能新增文档及单元测试。

@fu050409 fu050409 changed the title feat(button): add decimal limit feat(number): add decimal limit May 29, 2024
@fu050409
Copy link
Collaborator Author

fu050409 commented Jun 16, 2024

代码冲突已处理,等待 Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [Bug]: InputNumber 不应允许非数值
1 participant