Skip to content

Instantly share code, notes, and snippets.

@63phc
Created November 21, 2016 06:26
Show Gist options
  • Select an option

  • Save 63phc/456212dcc65bac9bf31d45f3fe59b8ae to your computer and use it in GitHub Desktop.

Select an option

Save 63phc/456212dcc65bac9bf31d45f3fe59b8ae to your computer and use it in GitHub Desktop.
<?php echo $form->field($model, '####')->widget(
MultipleInput::className(),
[
'max' => 6,
// should be at least 2 rows
'allowEmptyList' => false,
'enableGuessTitle' => true,
'addButtonPosition' => MultipleInput::POS_HEADER // show add button in the header
])
->label(false);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment