Actions
Task #94681
closedMissing "required" argument for some form viewhelpers
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2021-07-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Some fluid form viewhelpers allow to define a field as required using the viewhelper argument required
and others do not. For those who do not, an integrator must use additionalAttributes
attribute to add the HTML5 required attribute to the input field.
In order to streamline the usage of the fluid form viewhelpers, all viewhelpers rendering input fields that supports the HTML5 required attribute, should provide the a required
argument.
Actions