Skip to content
Snippets Groups Projects
Commit 71e68294 authored by Daniel Diesenreither's avatar Daniel Diesenreither Committed by Frank Naegler
Browse files

[TASK] Add attribute "placeholder" to PasswordViewHelper

Resolves: #81873
Releases: master, 8.7
Change-Id: I99af134d1d6afe14c66de7a950da5f73bee1c1bb
Reviewed-on: https://review.typo3.org/53501


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarPhilipp Parzer <p.parzer@siwa.at>
Tested-by: default avatarPhilipp Parzer <p.parzer@siwa.at>
Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Reviewed-by: default avatarDaniel Maier <dani-maier@gmx.de>
Tested-by: default avatarDaniel Maier <dani-maier@gmx.de>
parent 2643c0ce
Branches
Tags
No related merge requests found
......@@ -49,6 +49,7 @@ class PasswordViewHelper extends \TYPO3\CMS\Fluid\ViewHelpers\Form\AbstractFormF
$this->registerTagAttribute(
'maxlength', 'int', 'The maxlength attribute of the input field (will not be validated)'
);
$this->registerTagAttribute('placeholder', 'string', 'The placeholder of the textfield');
$this->registerTagAttribute('readonly', 'string', 'The readonly attribute of the input field');
$this->registerTagAttribute('size', 'int', 'The size of the input field');
$this->registerArgument(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment