FIO-10593 | DataCloneError when using Vue and Static Form Definitions.#95
FIO-10593 | DataCloneError when using Vue and Static Form Definitions.#95francoisauclair911 wants to merge 4 commits intoformio:mainfrom
Conversation
|
hey @francoisauclair911 thanks for your PR and your continuing collaboration on improving our vue wrapper. I think our support team sent you some feedback, but I thought I'd summarize it here: the |
|
Thank you — though just to note, lodash would be tree-shaken by Vite during build, so the bundle impact would be minimal. Alternatively, we could use the per-function Also any thoughts on this approach |
In terms of accepting mutable ref objects as props to the <Form /> component? Or something else? |
|
Yes, I do think there is a valid use case of somebody modifying the schema dynamically and having the form rerender just by watching the state change. Right now if I modify the ref() the forms rerenders but trashes all the entered values |
|
I would review a PR here, although I don't think we could accept it because suddenly the |
No description provided.