-
Notifications
You must be signed in to change notification settings - Fork 902
Closed
Labels
Description
Can you help me understand why adding a required property to the 'survey' class does not get picked up by the jsonErrors array when it is missing.
See demo - https://codesandbox.io/p/devbox/recursing-danilo-v66p9l?workspaceId=ws_UBrjJL1E93iKDqX3Nj8Spq
I've added a property 'version' to the 'survey' class and set 'isRequired': true. However, when I load json with the 'version' property missing, it does not get picked up by the survey.fromJSON(json, { validatePropertyValues: true });
Originally posted by @danlevison in #10741 (comment)
Reactions are currently unavailable