Skip to content

Commit

Permalink
fix for filter config panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed May 7, 2021
1 parent 885558f commit 2c3ceec
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -122,6 +122,7 @@ private void initLayout() {

WebMarkupContainer textFieldContainer = new WebMarkupContainer(ID_TEXT_DNS_CONTAINER);
textFieldContainer.setOutputMarkupId(true);
textFieldContainer.add(new VisibleBehaviour(() -> FiledType.QUERY.equals(fieldType)));
textFieldContainer.add(AttributeAppender.append("class", classGridModel));
textFieldContainer.add(AttributeAppender.append("style", (IModel<?>) () -> {
if (FiledType.QUERY.equals(fieldType)) {
Expand Down

0 comments on commit 2c3ceec

Please sign in to comment.