πΊπΈUnited States easp
I was using the sass bootstrap subtheme. It has bootstrap.min.js as version 4. Updated to 5 and all is well now.
Thanks for the reply.
πΊπΈUnited States easp
Comment #5 appears to have corrected the node edit error and now table form types display correctly.
πΊπΈUnited States easp
I applied patch #3 and it fixed my node edit error.
Now I am having problems with table form types:
$form['report_result_wrapper']['sales'] = [
'#type' => 'table',
'#header' => $header,
'#rows' => $rows,
'#empty' => t('Nothing found'),
'#attributes' => ['class' => ['report-results-table', 'sticky-header', 'table-condensed']],
'#sticky' => TRUE,
];
All header and rows display as empty.