Skip to content

Commit

Permalink
Allow autocomplete attribute for hidden fields
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
  • Loading branch information
MatthiasKuehneEllerhold committed Jun 18, 2020
1 parent 9f683dc commit 26bab78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/FormHidden.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class FormHidden extends FormInput
'form' => true,
'type' => true,
'value' => true,
'autocomplete' => true,
];

/**
Expand Down

0 comments on commit 26bab78

Please sign in to comment.