New
Unclaimed project
Are you a maintainer of tdesign-react? Claim this project to take control of your public changelog and roadmap.
2026-01-16Cascader:
Dialog:
Form:
FormList: @RylanBot (#4005)
shouldUpdate 使用时,initialData 不生效的问题add 过程中缺乏拷贝从而污染用户原始数据的问题 @RylanBotInputNumber: 修复大数计算前导零被错误清除的问题 @Liumingxun (common#2394)Menu: 优化 Safari 浏览器中点击展开图标没有变换方向的问题 @liweijie0812 (#4056)Popup:
Select:
SelectInput: @RylanBot (#4070)
1.16.0 版本的修复导致点击 closable 图标时无法清除选项的问题tagInputProps.tagProps.onClose 时,onTagChange 不生效的问题Text: 修复在关闭 copyable 的 Tooltip 时,元素未同步隐藏的问题 @RylanBot (#4067)Textarea: 修复 count 计算逻辑没有遵循 maxcharacter 或 maxlength 的问题 @RylanBot (#4088)TreeSelect: 优化 Safari 浏览器中点击展开图标没有变换方向的问题 @liweijie0812 (#4056)DatePicker: The presets now support ReactNode, allowing for complete custom rendering of this component. @uyarn (#4089)Dialog: @RylanBot (#3950)
mode="full-screen" are now supported.draggable feature can now be used in mode="modeless".Form: Methods like getFieldsValue and getFieldValue now return unrendered values. @RylanBot (#4050)Cascader:
Dialog:
onOverlayClick couldn’t be triggered when closeOnOverlayClick was set to false has been fixed. @TidySongS (#4065)mode="modeless" no longer close when the user clicks on blank areas. @RylanBot (#3950)Input when draggable was enabled has been fixed. @RylanBot (#3950)Form:
FormList: @RylanBot (#4005)
Form has been fixed.initialData not taking effect when shouldUpdate was used has been fixed.add process has been fixed.InputNumber: Leading zeros were incorrectly removed before calculating large numbers. This issue has been fixed. @Liumingxun (common#2394) (#4082)Menu: The problem of the expand icon not changing direction when clicked in Safari has been resolved. @liweijie0812 (#4056)Popup:
triggerElement is disabled and the user hovers over it. @RylanBot (#4085)content was dynamically modified has been fixed. @RylanBot (#4062)Select:
SelectInput: @RylanBot (#4070)
closable icon did not allow options to be cleared, which was caused by a fix in version 1.16.0, has been fixed.onTagChange did not function correctly when tagInputProps.tagProps.onClose was passed as an argument has been fixed.Text: The element no longer fails to hide simultaneously when the copyable property of a Tooltip is disabled. @RylanBot (#4067)Textarea: The logic for calculating the count value now takes into account the maxcharacter or maxlength settings. @RylanBot (#4088)TreeSelect: The problem of the expand icon not changing direction when clicked in Safari has been resolved. @liweijie0812 (#4056)