Actions
Bug #68176
closedShow remaining characters only if any maximum is defined
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2015-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently, if no max is set, the InputElement is just hardcoded to 256 which is wrong. If not set, we can't know (Except looking at the DB) how big the field is.
change the code to be in sync with the TextElement
Actions