Actions
Feature #67333
closedPlaceholder attribute for password box
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2015-06-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It would be nice if "placeholder" could be enabled for <input type="password" />. Just add
$this->registerTagAttribute('placeholder', 'string', 'The placeholder of the textfield');
after
$this->registerTagAttribute('size', 'int', 'The size of the input field');
in the PasswordViewHelper.
Updated by Bill Dagou over 9 years ago
Seems there is another issue with the same request, and you have add it up in a new version.
BTW, I'm using TYPO3 v6.2.12 right now, and added myself.
Updated by Wouter Wolters over 9 years ago
- Status changed from New to Rejected
See #64531 for the already existing ticket.
Please continue there.
Will close this ticket as duplicate.
Actions