Issue #3458220 by Sourav_Paul, rroose, Chandansha, smustgrave: Date list labels are not visible above select field creating bad UX

merge-requests/4639/merge
catch 2024-07-17 04:16:41 +01:00
parent 8afa957bf5
commit c12636b40c
1 changed files with 0 additions and 1 deletions

View File

@ -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,