Actions
Bug #86910
closedAll text input fields get required="required" attribute
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2018-11-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
To reproduce, 1. generate a test.form.yml using a simple text Node:
identifier: test label: 'Test' prototypeName: standard type: Form renderables: - identifier: page-1 type: Page label: 'Page 1' renderables: - identifier: test type: Text label: Test properties: fluidAdditionalAttributes: placeholder: Test
2. Choose this form in a form content element
3. Open page with the generated form in the frontend
Expected: A form containing a input field without a required="required" attribute
Reality: A form with a required="required" attribute
Actions