Project

General

Profile

Actions

Bug #94307

open

f:form.hidden inconsistency for disabled attribute

Added by Aimeos no-lastname-given almost 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2021-06-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

These tags will all throw an exception:

<f:form.hidden name="test" value="1" disabled />
<f:form.hidden name="test" value="1" disabled="disabled" />
Exception:

Undeclared arguments passed to ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Form\HiddenViewHelper: disabled. Valid arguments are: additionalAttributes, data, aria, name, value, property, class, dir, id, lang, style, title, accesskey, tabindex, onclick

Other f:form.* tags allow disabled="disabled" so the behavior is inconsistent .

No data to display

Actions

Also available in: Atom PDF