v2.57.0-beta.0
Pre-release
Pre-release
github-actions
released this
23 Apr 04:10
·
720 commits
to main
since this release
- 【Fix】
- 修复 Select 单选时,受控且filter开启模式下,选择Option后文本会闪烁一次后更正的问题 #2170
- 【Feat】
- Modal 支持 modalContentClass to set content 的 props #2162 @18852819321
- 给树形选择器TreeSelect的onSearch方法添加了
filteredNodes
入参,用来获取筛选后的节点列表 @Hokori23 #2155 - Form 组件 FormApi 增加 getFormProps,可在 formApi中读取组件的 props如 disabled、trigger 等属性 #2184
- 【Fix】
- Fixed the issue where the text would flash once after selecting Option in the controlled and filter-enabled mode during Select radio selection and then corrected.
- 【Feat】
- Modal support modalContentClass to set content 的 props #2162 @18852819321
- TreeSelect's onSearch method add
filteredNodes
which represents the list of nodes displayed after the search @Hokori23 - Form's formApi add getFormProps function