dachcom-digital/js-pimcore-formbuilder

Intervention in snippet code not possible with conditional logic

Closed this issue · 0 comments

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

Hey

Currently, there is the problem that the intervention in a snippet in the condition logic does not work.
What does this mean in concrete terms? The snippet was integrated as an element in the form configuration and can now be used via the actions.
Bildschirmfoto 2023-04-11 um 16 19 57

Bildschirmfoto 2023-04-11 um 16 13 34

However, when changing the visibility, it does not adjust the class in the snippet in the code and the element remains hidden. The class "fb-cl-hide-element" is not removed or added. The action with the class change has also been tried, but without success. Strangely enough, it works with the normal input field.

Bildschirmfoto 2023-04-11 um 16 14 52

I hope it is understandable and thank you in advance!