We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望ArrayField的add方法支持传入索引值
<ArrayField field='ApiList' initValue={inputs.ApiList}> {({ add, arrayFields, addWithInitValue }) => ( // ... )} </ArrayField>
目前这里的add方法始终只能在底部插入新行,希望能支持在任意索引的下方使用add(index)插入,这样一旦数组顺序有变可以很容易的进行调整,而不需要自己额外去实现拖拽排序等功能。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which Component Need Enhancement 期望新增功能的组件
What does the proposed API look like 期望支持的API
希望ArrayField的add方法支持传入索引值
Feature Description 功能描述
目前这里的add方法始终只能在底部插入新行,希望能支持在任意索引的下方使用add(index)插入,这样一旦数组顺序有变可以很容易的进行调整,而不需要自己额外去实现拖拽排序等功能。
Additional information 补充说明
The text was updated successfully, but these errors were encountered: