FilterWidget: if "is set" is chosen in the operation dropdown, then the operation value field and the option field will be hidden

This commit is contained in:
Paolo
2018-02-13 13:52:45 +01:00
parent 41f32a7d5e
commit c2b328c69f
2 changed files with 14 additions and 2 deletions
@@ -4,6 +4,10 @@
margin: 0 10px 10px 10px;
}
.hidden-control {
display: none !important;
}
</style>
<script language="Javascript" type="text/javascript">
$(document).ready(function() {