flight-core/tests/views/input.php

8 lines
60 B

<?php
$type ??= 'text';
?>
<input type="<?= $type ?>" />