We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Filter\ProxyFilterField
1 parent 13930af commit 8099e54Copy full SHA for 8099e54
1 file changed
components/ILIAS/UI/src/Implementation/Component/Input/Field/FilterContextRenderer.php
@@ -199,6 +199,7 @@ protected function renderProxyField(
199
200
$prox = new ProxyFilterField();
201
$prox = $prox->withOnClick($popover->getShowSignal());
202
+ $prox = $this->addTriggererOnLoadCode($prox);
203
$tpl->touchBlock("tabindex");
204
205
$this->bindJSandApplyId($prox, $tpl);
0 commit comments