You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently json-forms/vue2 has a bug (eclipsesource/jsonforms#1726) that the renderers are not reacting in the right way to active changes to schema or uischema.
Also the sha256.js file has been added to ensure that the key-string is kept short.
This lib can portentially be removed then too.
Until this is fixed we will have to keep this workaround but as soon as the issue is resolved we should upgrade and remove this workaround
Describe the bug
Currently json-forms/vue2 has a bug (eclipsesource/jsonforms#1726) that the renderers are not reacting in the right way to active changes to
schema
oruischema
.Also the
sha256.js
file has been added to ensure that the key-string is kept short.This lib can portentially be removed then too.
Until this is fixed we will have to keep this workaround but as soon as the issue is resolved we should upgrade and remove this workaround
To Reproduce
Steps to reproduce the behavior:
form
component and select itschema
into the schema textareauischema
into the uischema textareaschema
uischema
to render the new propertyExpected behavior
It should render the new prop properly without having to use
:key
The text was updated successfully, but these errors were encountered: