generated from zahmo/zajsf
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the question
If I have a schema with a property that is an array of objects, how do I specify that a field in the array-object is readonly, based on a separate boolean field?
To Reproduce
In this playground example, if isFoo
then the first if/else
condition specifies that fooContents
are required and name
must be "Bar". This condition is to prove that the syntax is correct,
The second if/else
condition fails to specify that the name
property is disabled if isFoo
is false.
What is the correct syntax to use here?
Metadata
Metadata
Assignees
Labels
No labels