OlgaRabodzei / conditional_fields

Drupal 8 Conditional Fields
6 stars 5 forks source link

setting a dependency on an Entity reference type field has no effect #6

Open juliencarnot opened 8 years ago

juliencarnot commented 8 years ago

steps to reproduce: Field A is of Entity reference type, with a taxonomy containing terms: Blue (1), Green (2), Red (3) I want field B to be hidden until term Blue is selected. I set A as a dependent and B as dependee visible when value is 1 (the taxonomy term ID, and value for the field) with all these values (AND) option and only one value When selecting Blue in the form, field B remains hidden.

OlgaRabodzei commented 8 years ago

Hi! The task is related to this one https://github.com/OlgaRabodzei/conditional_fields/issues/4 Supporting the value statement is in active development.

juliencarnot commented 8 years ago

Thanks for the update Olga!