Yii2 form textInput
<?=
$form
->
field
(
$model
,
'name'
)
->
textInput
(
[
'maxlength'
=>
255
]
)
?>