Bug #94927
closed<f:form novalidate="false" /> does not work as expected
0%
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.
Updated by Česlav Przywara about 3 years ago
- Related to Feature #90181: TagBuilder does not support boolean attributes without values added
Updated by Riccardo De Contardi over 1 year ago
Just a note:
AFAIK attributes without values should be written e.g. like <form formnovalidate="formnovalidate">
and not <form formnovalidate="false">
As far as I have understood here https://forge.typo3.org/issues/90181 this is already possible (albeit redundant, as written there)
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82420
Updated by Christian Kuhn 3 months ago
- Status changed from Under Review to Rejected
rejected for now. see review comment for more details.