Actions
Task #84002
closedTYPO3 TCA Input-Field Size ist not responsive
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-02-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Needs Decision
Description
You can only use for size integers between 10 and 50, which makes a max width of 804px. I think it's time to give a possibility for responsive inputfields, such as the new RTE with TYPO3 8 or the selectfield etc.
'title' => [
'label' => 'LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.title',
'config' => [
'type' => 'input',
'size' => 20,
'eval' => 'null',
'autocomplete' => true
]
],
Updated by Georg Ringer 5 months ago
- Status changed from New to Closed
hey julian,
I am closing this issue as it is quite old but more important: there is a constant improvement of the backend and one single issue with responsiveness of one specific element is now how the core improves. hope you understand
Actions