'#multiple__no_items_message' added to every field

Created on 30 March 2023, over 1 year ago
Updated 28 April 2023, over 1 year ago

Problem/Motivation

'#multiple__no_items_message' property is added to (all?) fields that don't need it.

Steps to reproduce

  1. Create a webform
  2. Add a textfield
  3. Look at the YAML

Example:

  title:
    '#type': textfield
    '#title': Title
    '#required': true
    '#multiple__no_items_message': '<p>No items entered. Please add items below.</p>'

I don't know what the property is for, but I know I don't need it. Is it a catch-all for some edge case?

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

6.2

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024