Skip to content
New issue

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

fix: 无法重置自定义插槽的表单 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aooiuu
Copy link

@aooiuu aooiuu commented Oct 21, 2024

当前 formreset() 重置表单方法,如果使用了 slots 插槽而不是使用 itemRender,便不会触发重置字段。

如:

// 不会重置
{ field: 'address', title: '地区', slots: { default: 'myaddress' } }

// 会重置
{ field: 'address', title: '地区', itemRender: { name: '$input' } },

修改后都会重置。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant