Field conditions not working in JCB 2.12.9? #705
Replies: 1 comment
-
Hey, please read my comments on this https://github.com/vdm-io/Joomla-Component-Builder/issues/713#issuecomment-808915018 issue. As it explains how I would recommend using the field conditions. Then in this case, The problem we had, is we needed a way to do very complex combinations of conditions where some conditions tries to hide a field and other tries to show it, and the original why was just a toggle option that either toggle from hidden to show or from show to hidden. These would fight, and we had a hard time to get some of these conditions to work. So I realized we needed the option to let a condition only trigger one way, and not toggle... between show and hide. But just hide or just show... and that is what those conditions do... so on that condition A Anyway... my best advice it to always play around a little with the various options, and look at the code it writes. Do remember I am a back-end developer who writes JS in PHP scripting style... lol |
Beta Was this translation helpful? Give feedback.
-
Hi
In the latest JCB 2.12.9 I'm having issues using field conditions in my admin view. See attached screenshots.
I'm trying to show my field "discount_code" only if "discount_type" is 0 (Manuel). discount_type is a list type.
Anyone else having this issue?
Beta Was this translation helpful? Give feedback.
All reactions