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
从console看见校验错误且条目索引为NaN
@formily/[email protected]
onDragEnd
DragEndEvent.over
SortableContainer
over?.id
NaN
ArrayTable
ArrayField.move(oldIndex, newIndex /* NaN */);
The text was updated successfully, but these errors were encountered:
已修复 formilyjs/antd#26
Sorry, something went wrong.
No branches or pull requests
Reproduction link
Steps to reproduce
What is expected?
What is actually happening?
从console看见校验错误且条目索引为NaN
Package
@formily/[email protected]
onDragEnd
的DragEndEvent.over
在拖曳至容器外时为nullSortableContainer
把over?.id
减1 变成NaN
ArrayTable
里的组件在onDragEnd
调用ArrayField.move(oldIndex, newIndex /* NaN */);
The text was updated successfully, but these errors were encountered: