Project

General

Profile

Actions

Task #84002

open

TYPO3 TCA Input-Field Size ist not responsive

Added by Julian Stelzer about 6 years ago. Updated about 4 years ago.

Status:
New
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
    ]
],
Actions #1

Updated by Georg Ringer about 4 years ago

  • Sprint Focus set to Needs Decision
Actions

Also available in: Atom PDF