develop
<?php declare(strict_types=1); namespace Atk4\Ui\Form\Control; class Line extends Input { public string $inputType = 'text'; }