Skip to content

Commit a870f81

Browse files
committed
Add known issues to README
1 parent ed3779e commit a870f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ The Conditional Fields module allows you to manage sets of dependencies between
77
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.
88
You can, for example, define a custom “Article teaser" field that is shown only if a "Has teaser" checkbox is checked.
99

10-
**Limitations**
10+
**Limitations and Known Issues**
1111

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).
1213
- 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.
1314

1415
Installation

0 commit comments

Comments
 (0)