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
打开 CodeSandbox,点击 change schema
渲染表单与 schema 一致
变化后的 schema,input 属性的值变了,但还是渲染 input 框而不是 textarea,这是预期中的行为吗?
@formily/[email protected]
The text was updated successfully, but these errors were encountered:
https://codesandbox.io/p/sandbox/twilight-cookies-778ny3?file=%2Fsrc%2FApp.vue%3A64%2C22 form实例也需要被重置,或者清空实例里面的field实例 73行下面加 this.form.clearFormGraph();
Sorry, something went wrong.
No branches or pull requests
Reproduction link
Steps to reproduce
打开 CodeSandbox,点击 change schema
What is expected?
渲染表单与 schema 一致
What is actually happening?
变化后的 schema,input 属性的值变了,但还是渲染 input 框而不是 textarea,这是预期中的行为吗?
Package
@formily/[email protected]
The text was updated successfully, but these errors were encountered: