Skip to content

Commit

Permalink
fix(@uform/antd): fix FormItem supports className (#444)
Browse files Browse the repository at this point in the history
* fix(@uform/antd): fix FormItem supports className

* fix(@uform/next): fix FormItem supports className
  • Loading branch information
cds803 authored and janryWang committed Nov 28, 2019
1 parent 013d427 commit 8b3d633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/antd/src/compat/FormItem.tsx
Expand Up @@ -62,6 +62,7 @@ const computeSchemaExtendProps = (
...props.schema.getExtendsItemProps(),
...props.schema.getExtendsProps()
},
'className',
'prefix',
'labelAlign',
'labelTextAlign',
Expand Down
1 change: 1 addition & 0 deletions packages/next/src/compat/FormItem.tsx
Expand Up @@ -62,6 +62,7 @@ const computeSchemaExtendProps = (
...props.schema.getExtendsItemProps(),
...props.schema.getExtendsProps()
},
'className',
'prefix',
'labelAlign',
'labelTextAlign',
Expand Down

0 comments on commit 8b3d633

Please sign in to comment.