diff --git a/core/lib/Drupal/Core/Datetime/Element/Datelist.php b/core/lib/Drupal/Core/Datetime/Element/Datelist.php index 7d8c50dd02f..2b34059c031 100644 --- a/core/lib/Drupal/Core/Datetime/Element/Datelist.php +++ b/core/lib/Drupal/Core/Datetime/Element/Datelist.php @@ -253,7 +253,6 @@ class Datelist extends DateElementBase { $element[$part] = [ '#type' => in_array($part, $text_parts) ? 'textfield' : 'select', '#title' => $title, - '#title_display' => 'invisible', '#value' => $value, '#attributes' => $element['#attributes'], '#options' => $options,