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
https://github.com/amisadmin/fastapi-amis-admin/blame/dfaf22887babf6f6efd50eb513d93a47e7025622/fastapi_amis_admin/admin/parser.py#L289
这行给 input-text 都加了个 clearValueOnEmpty 参数,会忽略掉对应字段。但是实际上提交的时候数据还在。所以导致了当输入空值的时候,会把原来的值填进去,导致修改失败。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/amisadmin/fastapi-amis-admin/blame/dfaf22887babf6f6efd50eb513d93a47e7025622/fastapi_amis_admin/admin/parser.py#L289
这行给 input-text 都加了个 clearValueOnEmpty 参数,会忽略掉对应字段。但是实际上提交的时候数据还在。所以导致了当输入空值的时候,会把原来的值填进去,导致修改失败。
The text was updated successfully, but these errors were encountered: