Skip to content

Instantly share code, notes, and snippets.

View unclead's full-sized avatar

Evgeny Tupikov unclead

View GitHub Profile
<?php
use yii\bootstrap\ActiveForm;
use unclead\widgets\MultipleInput;
use unclead\widgets\examples\models\ExampleModel;
use yii\helpers\Html;
use unclead\widgets\MultipleInputColumn;
/* @var $this \yii\web\View */