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: add slots for input-number box value manipulation icons #2560

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

oljc
Copy link
Member

@oljc oljc commented Jul 13, 2023

Types of changes

  • New feature
  • Bug fix
  • Enhancement
  • Component style change
  • Typescript definition change
  • Documentation change
  • Coding style change
  • Refactoring
  • Test cases
  • Continuous integration
  • Breaking change
  • Others

Background and context

#2559

Solution

增加图标 plusminus 插槽用于自定义操作按钮图标.

增加:upIcon | up | plus
减少:downIcon | down | minus
命名选择为与Arco 图标相同意义描述的命名保持统一

image

How is the change tested?

Changelog

Component Changelog(CN) Changelog(EN) Related issues
input-number 增加数值操作自定义图标插槽 add slots for input-number box value manipulation icons Close #2559

Checklist:

  • Test suite passes (npm run test)
  • Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
  • Changes are submitted to the appropriate branch (e.g. features should be submitted to feature branch and others
    should be submitted to main branch)

Other information

@flsion flsion added this to the 2.49.0 milestone Jul 14, 2023
@flsion flsion added the ✨ Feature Request New feature or request label Jul 14, 2023
@flsion flsion self-assigned this Jul 21, 2023
@flsion flsion merged commit a04eef4 into arco-design:main Jul 21, 2023
2 of 4 checks passed
@oljc oljc deleted the feat-step-icon branch February 2, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<input-number> 组件新增 add-icon 和 minus-icon 插槽
2 participants