Skip to content

Commit 5e62afc

Browse files
author
Eugene Tupikov
committed
update example
1 parent 574fab1 commit 5e62afc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/views/example.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@
1818
]);?>
1919

2020
<?= $form->field($model, 'emails')->widget(MultipleInput::className(), [
21-
'limit' => 2,
21+
'limit' => 4,
2222
]);
2323
?>
24+
<?= $form->field($model, 'phones')->widget(MultipleInput::className(), [
25+
'limit' => 4,
26+
]);
27+
?>
2428
<?= Button::update();?>
2529
<?php ActiveForm::end();?>

0 commit comments

Comments
 (0)