Skip to content

Commit ec3f506

Browse files
fix(form): 修复 validateDebounce 属性不生效的问题 (#9072)
同步 antd 的 validateDebounce 属性到 antdFormItemPropsList 列表中,解决了传参丢失的问题
1 parent 06ece53 commit ec3f506

File tree

1 file changed

+1
-0
lines changed
  • packages/utils/src/pickProFormItemProps

1 file changed

+1
-0
lines changed

packages/utils/src/pickProFormItemProps/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const antdFormItemPropsList = [
2626
'valuePropName',
2727
'wrapperCol',
2828
'hidden',
29+
'validateDebounce',
2930
// 我自定义的
3031
'addonBefore',
3132
'addonAfter',

0 commit comments

Comments
 (0)