Actions
Feature #71112
closedAdd placeholder attribute to TCA
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-10-29
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Adding a placeholder attribute to the FormEngine would improve user experience by giving the editor some hints about possible values
Example:
'background_color' => array( 'label' => 'label', 'config' => array( 'type' => 'input', 'eval' => 'trim', 'placeholder' => '#0000ff' ), ),
would result in:
<input name="background_color" placeholder="#0000ff" />
Actions