mirror of https://github.com/flightphp/core
8 lines
60 B
8 lines
60 B
![]()
11 months ago
|
<?php
|
||
|
|
||
|
$type ??= 'text';
|
||
|
|
||
|
?>
|
||
|
|
||
|
<input type="<?= $type ?>" />
|