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
Copy file name to clipboardExpand all lines: packages/react-renderer-demo/src/app/pages/renderer/condition.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You can show a field only if it meets a condition:
34
34
35
35
`when` - is name of field where the value is stored, **always required!**. It can be either string `'field-name'` or array of strings `['field-1', 'field-2']`.
36
36
37
-
####OR condition. At least one condition must be met
37
+
### OR condition. At least one condition must be met
38
38
39
39
If either of of fields with name `a` and `b` will have value `x` condition is met.
40
40
@@ -51,7 +51,7 @@ If either of of fields with name `a` and `b` will have value `x` condition is me
51
51
}
52
52
```
53
53
54
-
####AND condition. All conditions must be met
54
+
### AND condition. All conditions must be met
55
55
56
56
Field `controlled-field-1` must have value `Bar` and field `controlled-field-2` must include `FooBar` somewhere in its value to display field `BarFoo`.
0 commit comments