This patch works with in build entities like node taxonomy etc.
I don't seem to be able to hide my dependent field (an autocomplete) based on my dependee field.
I want to hide the field when the type field (a taxonomy reference single select) is set to Project.
target field field_feature is an autoselect list
controlled by type, a select (single value only)
the values which can appear have following label/values: Project/15, Task/17, Issue/16
Can't insert value from widget, as no widget appears.
I tried setting the field invisible when the target field has either value Project or 15 (I tried each by itself, I also tried one or the other)
I also tried setting it visible when the value is not either of those values
It never hides or unhides.
Did I do it wrong? Using D9.
Active
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This patch works with in build entities like node taxonomy etc.