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.
Actions