formily icon indicating copy to clipboard operation
formily copied to clipboard

[Bug Report] Vue 3 使用 JSON Schema 模式,当 schema 为响应式数据时,同样 property key 即使值发生变化,表单仍然渲染的是一开始的元素

Open zhuscat opened this issue 7 months ago • 0 comments

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

打开 CodeSandbox,点击 change schema

What is expected?

渲染表单与 schema 一致

What is actually happening?

变化后的 schema,input 属性的值变了,但还是渲染 input 框而不是 textarea,这是预期中的行为吗?

Package

@formily/[email protected]


zhuscat avatar Jun 29 '24 06:06 zhuscat