Skip to content

Commit fa06533

Browse files
committed
Remove not used code
1 parent 369f34a commit fa06533

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@ protected function renderTextField(F\Text $component, RendererInterface $default
200200
{
201201
$tpl = $this->getTemplate("tpl.text.html", true, true);
202202
$this->applyName($component, $tpl);
203-
204-
if ($component->getMaxLength()) {
205-
$tpl->setVariable("MAX_LENGTH", $component->getMaxLength());
206-
}
207-
208203
$this->applyValue($component, $tpl, $this->escapeSpecialChars());
209204
$id = $this->bindJSandApplyId($component, $tpl);
210205
return $this->wrapInFilterContext($component, $tpl->get(), $default_renderer, $id);

0 commit comments

Comments
 (0)