Skip to content

Commit

Permalink
minior
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Nov 17, 2016
1 parent 0499158 commit 6b08385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/domain/_modalPush.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<?= Html::activeHiddenInput($model, "[$model->id]sender", ['value' => $model->client]) ?>
<?php endforeach; ?>

<?= $form->field($model, 'receiver') ?>
<?= $form->field($model, 'receiver')->textInput(['autocomplete' => 'off']) ?>

<?php if ($hasPincode) : ?>
<?= $form->field($model, 'pincode')->input('password', ['autocomplete' => 'off']) ?>
Expand Down

0 comments on commit 6b08385

Please sign in to comment.