Skip to content
Snippets Groups Projects

Issue #3458220: Date list labels are not visible above select field creating bad UX

Open Sourav Paul requested to merge issue/drupal-3458220:3458220-date-list-labels into 10.3.x
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -253,7 +253,6 @@ public static function processDatelist(&$element, FormStateInterface $form_state
$element[$part] = [
'#type' => in_array($part, $text_parts) ? 'textfield' : 'select',
'#title' => $title,
'#title_display' => 'invisible',
'#value' => $value,
'#attributes' => $element['#attributes'],
'#options' => $options,
Loading