- Notifications
You must be signed in to change notification settings - Fork127
Yii2 widget for handle multiple inputs for an attribute of model
License
unclead/yii2-multiple-input
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Yii2 widget for handle multiple inputs for an attribute of model and tabular input for batch of models.
The latest stable version of the extension is v2.27.0 Follow theinstruction for upgrading from previous versions
The preferred way to install this extension is throughcomposer.
Either run
php composer.phar require unclead/yii2-multiple-input "~2.0"or add
"unclead/yii2-multiple-input": "~2.0"to the require section of yourcomposer.json file.
For example you want to have an ability of entering several emails of user on profile page.In this case you can use yii2-multiple-input widget like in the following code
useunclead\multipleinput\MultipleInput;...<?php echo$form->field($model,'emails')->widget(MultipleInput::className(), ['max' =>6,'min' =>2,// should be at least 2 rows'allowEmptyList' =>false,'enableGuessTitle' =>true,'addButtonPosition' => MultipleInput::POS_HEADER,// show add button in the header ]) ->label(false);?>
You can find a full version of documentationhere
yii2-multiple-input is released under the BSD 3-Clause License. See the bundledLICENSE.md for details.
About
Yii2 widget for handle multiple inputs for an attribute of model
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
