Skip to content
Snippets Groups Projects
Commit 48e0852c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2677414 by blue_waters: VerticalTabs' #default_tab broken due to...

Issue #2677414 by blue_waters: VerticalTabs' #default_tab broken due to wrong/mismatching class name
parent e6579987
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -136,7 +136,7 @@ public static function processVerticalTabs(&$element, FormStateInterface $form_s
$element[$name . '__active_tab'] = array(
'#type' => 'hidden',
'#default_value' => $element['#default_tab'],
'#attributes' => array('class' => array('vertical-tabs-active-tab')),
'#attributes' => array('class' => array('vertical-tabs__active-tab')),
);
// Clean up the active tab value so it's not accidentally stored in
// settings forms.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment