19 declare(strict_types=1);
37 $ui = $DIC->ui()->factory();
41 $text_input = $ui->input()->field()->text(
"Basic Input",
"Just some basic input");
44 $form = $ui->input()->container()->form()->standard(
"#", [$text_input]);
base()
description: > The example shows how to create and render a basic text input field and attach it to ...