标签: jquery yii2
如何以yii2形式动态地为单个模型的属性添加多个输入。
答案 0 :(得分:0)
如果我理解正确,那么您需要使用active fileds。 例如:
<?= Html::activeTextInput($model, 'username') ?>