Actions
Bug #103117
closedWrong Bootstrap class in select field templates for version2
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2024-02-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Maybe not really a bug, but the configuration of SingleSelect and MultiSelect adds the wrong Bootstrap class as elementClassAttribute: Instead of "form-control", the class "form-select" is needed here (see https://getbootstrap.com/docs/5.3/forms/select/).
Actions