Skip to content

feat(number): add decimal limit #1865

New issue

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

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

Already on GitHub? # to your account

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 requested review from Julinear and GreatZPP May 29, 2024 11:01
@fu050409 fu050409 changed the title feat(button): add decimal limit feat(number): add decimal limit May 29, 2024
@fu050409 fu050409 force-pushed the feat/button-decimal-limit branch from 0caa17d to e63ffc4 Compare May 29, 2024 11:12
@fu050409
Copy link
Collaborator Author

fu050409 commented Jun 16, 2024

代码冲突已处理,等待 Review

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

Successfully merging this pull request may close these issues.

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