Actions
Bug #98225
closedAdd class attribute to EXT:form form-tag results in exception
Start date:
2022-08-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello Form-Team,
I just try to add a css class to form-tag.
type: Form identifier: newEvent label: Create a new event prototypeName: standard renderingOptions: submitButtonLabel: Submit properties: fluidAdditionalAttributes: class: withtip frame-indent renderables:
In Form.html of EXT:form I have found that line:
additionalAttributes="{formvh:translateElementProperty(element: form, property: 'fluidAdditionalAttributes')}"
So I was optimistic that it should work, but it results in:
(1/1) #1325697085 InvalidArgumentException The options "properties" were not allowed (allowed were: "rendererClassName, renderingOptions, finishers, formEditor, label, variants")
Stefan
Actions