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

FormArray add 如何新增插入到数据最上面 #6644

Open 605666069 opened 5 months ago

605666069 commented 5 months ago

Version of antd-mobile

^5.33.0

Operating system and its version

Others

Browser and its version

chorme

Sandbox to reproduce

No response

What happened?

FormArray 使用add 方法后会在数据最后面加上一条数据,我如何在最上面加一条数据?

Relevant log output

No response

liqiuqiui commented 5 months ago

第二个参数不是有 insertIndex吗?写 0 不就行了