Skip to content

Conversation

@RylanBot
Copy link
Collaborator

@RylanBot RylanBot commented Jan 19, 2026

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • 本条 PR 不需要纳入 Changelog

tdesign-react

  • fix(FormList): 修复 name 为纯数字时,字段解析和初始化错误等问题

@tdesign-react/chat

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

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

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

@RylanBot RylanBot changed the title fix(Form): correct namePath calculation fix(FormList): correct namePath calculation Jan 19, 2026
@tdesign-bot
Copy link
Collaborator

tdesign-bot commented Jan 19, 2026

TDesign Component Site Preview Open

Component Preview
tdesign-react 完成
@tdesign-react/chat 完成

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 19, 2026

  • tdesign-react-demo

    npm i https://pkg.pr.new/Tencent/tdesign-react@4093
    
    npm i https://pkg.pr.new/Tencent/tdesign-react/@tdesign-react/chat@4093
    

commit: 81a5ca6

@RylanBot RylanBot force-pushed the rylan/fix/form/array branch from bc512da to bf94c42 Compare January 19, 2026 20:25
@RylanBot RylanBot changed the title fix(FormList): correct namePath calculation fix(FormList): correct number name calculation Jan 19, 2026

const fullPath = useMemo(() => {
const validParentFullPath = formListName && isSameForm ? parentFullPath : undefined;
const validParentFullPath = !isNil(formListName) && isSameForm ? parentFullPath : undefined;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

数字 0 会被误判

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.

3 participants