Hello,
I use
echo $form->field($model, 'type', [
'wrapperOptions' => []
])->hiddenInput(['value' => 1])->label(false);
but I can’t disable ( remove ) wrapper tag around input tag. This issue here https://github.com/yiisoft/yii2/issues/7225#issuecomment-74019592
I use yii\bootstrap\ ActiveForm because all the rest of tags need wrapper tag and only the field isn’t
Thanks