fix: update ID on schema change - #2307
Conversation
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This commit will update the IDs of all controls if the schema prop handed over to JSON Forms changes. closes eclipsesource#2213
61e3822 to
65b252b
Compare
lucas-koehler
left a comment
There was a problem hiding this comment.
Hi @LukasBoll , thanks for the update :) Generally the changes now look good to me. Is there a reason that this PR is still marked as a draft?
|
Hi @lucas-koehler , |
lucas-koehler
left a comment
There was a problem hiding this comment.
@LukasBoll Alright makes sense. I also tested with the vue example app and switching between the person and scope examples successfully updated the id even when removing the key in the example app. Without this fix, this did not work.
This commit will update the IDs of all controls if the schema prop handed over to JSON Forms changes.
closes #2213