ShowByCondition widget missing .hiddenByWidget CSS class

0
All, I am trying to explore ShowByCondition widget. This widget is using below css to hide the configured elements by dynamically appending class name to form elements. I found that below CSS entry is not present in the widget and I have it to add it to my CSS files of project to make it work. This step is not mentioned in the document of widget. Do we really add this entry manually? Please confirm.   .hiddenByWidget {        visibility: hidden !important;        display: none !important; }
asked
1 answers
0

Yes, you will need to add this in your css file. Check the github document for the same widget:

https://github.com/remcos/ShowByCondition

I think it would help if the marketplace document also had this piece of information as its required to make the widget to work!

answered