Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.
autoSizeMax
autoSizeMax
-
- Path
-
$GLOBALS['TCA'][$table]['columns'][$field]['config']
- type
-
integer
- Scope
-
Display
- Types
The maximum size (height) of the select field.
The size of the select field will be automatically adjusted based on the number of selected items. The select field will never be smaller than the specified size and never larger than the value of
auto
.Size Max Note
Only has an effect if maxitems is greater than 1.
Note
For fields of type
select
this option is only available with renderType selectSingleBox or selectMultipleSideBySide. When usingselect
the number of selectable items is taken into account rather than the number of selected items.Single Box Note
For fields of type
inline
this option is only useful in combination with the foreign_selector. The field thatforeign_
is pointing to has to be of typeselector select
.