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
删除的逻辑是 > minItems即允许,等于时不允许。
但添加的逻辑是 <=maxItems时允许,等于时也允许添加,但添加后报错,且不再允许添加
删除和添加的逻辑不一致。如果超过maxItems一定是错误的,则应该阻止用户进行此操作。
在v0.4中也是添加按钮可见但无效。
see code: https://github.com/alibaba/uform/blob/bd63a915db7c9e5b0afd545323b1c3c9abb9682d/packages/react-shared-components/src/hooks/useArrayList.tsx#L47
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Help us to manage our issues by answering the following:
删除的逻辑是 > minItems即允许,等于时不允许。
但添加的逻辑是 <=maxItems时允许,等于时也允许添加,但添加后报错,且不再允许添加
删除和添加的逻辑不一致。如果超过maxItems一定是错误的,则应该阻止用户进行此操作。
在v0.4中也是添加按钮可见但无效。
.
see code: https://github.com/alibaba/uform/blob/bd63a915db7c9e5b0afd545323b1c3c9abb9682d/packages/react-shared-components/src/hooks/useArrayList.tsx#L47
The text was updated successfully, but these errors were encountered: