Actions
Bug #23763
closedEnable "clear input field" functionality by default
Start date:
2010-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
#23742 moved the checkbox in front of input fields type text and date as gray "X" inside the input field.
Currently, the former called "checkbox" feature has to be enabled in TCA for every box (by adding a key 'checkbox').
Remove this option and just enable the clearer for every input text and date field.
(issue imported from #M16028)
Files
Updated by Jo Hasenau about 14 years ago
Attached patch will set a checkbox for any input field that hasn't got a 'checkbox' key in it's TCA setup.
If there any integer related eval settings connected to this field, it will be set to 0. In any other case it will be set to ''.
This way we can still use the checkbox values as described in the Core API. i.e. 'checkbox' => '123' will reset a field to this value on click.
Actions