Actions
Bug #94927
closed<f:form novalidate="false" /> does not work as expected
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2021-08-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As the title says: <f:form novalidate="false" />
(or <f:form novalidate="" />
) is rendered as <form novalidate ...>
instead of <form ...>
.
In our use case, it is impossible to control the novalidate
attribute from Yaml setup, because false-like values end up having the same effect as true value.
Actions