mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
fix: fix _internalItemRender transparent transmission problem (#27934)
This commit is contained in:
parent
66f425c1ef
commit
ec9111ed8d
@ -222,6 +222,7 @@ function FormItem<Values = any>(props: FormItemProps<Values>): React.ReactElemen
|
||||
'validateStatus',
|
||||
'valuePropName',
|
||||
'wrapperCol',
|
||||
'_internalItemRender',
|
||||
])}
|
||||
>
|
||||
{/* Label */}
|
||||
|
Loading…
Reference in New Issue
Block a user