Issue #3458220 by Sourav_Paul, rroose, Chandansha, smustgrave: Date list labels are not visible above select field creating bad UX
parent
8afa957bf5
commit
c12636b40c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue