Project

General

Profile

Actions

Bug #86910

closed

All text input fields get required="required" attribute

Added by Alexander Grein over 5 years ago. Updated about 5 years ago.

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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #86890: AbstractTagBasedViewHelper recycles the TagBuilderClosed2018-11-08

Actions
Actions

Also available in: Atom PDF