Skip to content

feat(inputNumber): inputNumber#148

Merged
duenyang merged 3 commits into
TDesignOteam:mainfrom
ming680:feature/input-number
Sep 25, 2024
Merged

feat(inputNumber): inputNumber#148
duenyang merged 3 commits into
TDesignOteam:mainfrom
ming680:feature/input-number

Conversation

@ming680
Copy link
Copy Markdown
Contributor

@ming680 ming680 commented Sep 24, 2024

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • feat(inputNumber): inputNumber

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 24, 2024

完成

Comment thread src/input-number/input-number.tsx Outdated
@@ -1,20 +1,438 @@
// 临时 input-number
import 'tdesign-icons-web-components';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

按需引入对应的icon

Comment on lines +31 to +42
static css = `
.t-input-number t-button-light-dom.t-input-number__decrease,
.t-input-number t-button-light-dom.t-input-number__increase {
border: none;
transition: none;
}

.t-input-number button.t-input-number__decrease,
.t-input-number button.t-input-number__increase {
position: static;
}
`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

t 使用 classPrefix

Comment thread src/input-number/input-number.tsx Outdated
theme: 'row',
};

static propTypes = {};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

补全propTypes

Comment thread src/input-number/input-number.tsx Outdated
}

install(): void {
this.usedValue.value = this.props.value || this.props.defaultValue;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

install里使用signal赋值,会多调用一次render;
这里this.usedValue 可以使用普通类变量,在需要更改的地方手动update

@duenyang duenyang merged commit 3e48d3a into TDesignOteam:main Sep 25, 2024
This was referenced Oct 17, 2024
This was referenced Dec 16, 2024
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.

2 participants