ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.67k stars 2.41k forks source link

Add useChildren to Align Behavior Between Ant Design and Ant Design Mobile #6767

Open xz8la8 opened 1 month ago

xz8la8 commented 1 month ago

Version of antd-mobile

5.37.1

Description

In antd form, useChildren is used when children is an array with a single formItem. However, in antd mobile, this is treated as an exceptional case and results in an error. Could the behavior in antd mobile be aligned with that of antd?

antd mobile form image

antd form image