mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
fix: Form.Item "React does not recognize the requiredMark prop on a DOM element" (#34323)
close #34310
This commit is contained in:
parent
6ab61e420c
commit
0acb9901ea
@ -261,6 +261,7 @@ function FormItem<Values = any>(props: FormItemProps<Values>): React.ReactElemen
|
|||||||
'colon',
|
'colon',
|
||||||
'extra',
|
'extra',
|
||||||
'fieldKey',
|
'fieldKey',
|
||||||
|
'requiredMark',
|
||||||
'getValueFromEvent',
|
'getValueFromEvent',
|
||||||
'getValueProps',
|
'getValueProps',
|
||||||
'htmlFor',
|
'htmlFor',
|
||||||
|
Loading…
Reference in New Issue
Block a user