Actions
Bug #100988
openNot rendered form elements in GridRow are included in column class auto configuration
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2023-06-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
when we disable the rendering of form elements (with a variant and renderingOptions.enabled = false) in a GridRow, they are not exclude from the column class auto configuration.
Consequently, for each of these elements, an empty div with col-* classes is still present and it causes a blank area next to the visible form elements of the row.
Plus, these visible elements have wrong col-* classes because the not rendered elements are included in the calculation.
No data to display
Actions