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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ The Conditional Fields module allows you to manage sets of dependencies between
7
7
When editing a node (or any other entity type that supports fields, like users and categories), the dependent fields are dynamically modified with the States API.
8
8
You can, for example, define a custom “Article teaser" field that is shown only if a "Has teaser" checkbox is checked.
9
9
10
-
**Limitations**
10
+
**Limitations and Known Issues**
11
11
12
+
- Due to a bug in Backdrop core, Dependents currently only work in fieldsets (and the entire fieldset is affected by the dependency). Relevant issues: [Core](https://github.com/backdrop/backdrop-issues/issues/3489); [Conditional Fields](https://github.com/backdrop-contrib/conditional_fields/issues/5).
12
13
- Conditional Fields, for now, supports only core fields and widgets as dependee fields. Fields from other modules might work, but probably won't. Dependent fields, though, can be of any type.
0 commit comments