Skip to content

Commit 8099e54

Browse files
committed
[FIX] UI: add Filter\ProxyFilterField trigger on-load-code. (#11324)
1 parent 13930af commit 8099e54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/ILIAS/UI/src/Implementation/Component/Input/Field/FilterContextRenderer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ protected function renderProxyField(
199199

200200
$prox = new ProxyFilterField();
201201
$prox = $prox->withOnClick($popover->getShowSignal());
202+
$prox = $this->addTriggererOnLoadCode($prox);
202203
$tpl->touchBlock("tabindex");
203204

204205
$this->bindJSandApplyId($prox, $tpl);

0 commit comments

Comments
 (0)