- Issue created by @richardb88
- @richardb88 opened merge request.
The option "Allow more than one item to expand at a time" has no effect.
Add the following two lines after $variables['attributes']['aria-multiselectable'] = 'true';
(Line 259) in uswds_paragraphs.module:
$variables['attributes']['data-allow-multiple'] = TRUE;
$variables['attributes']['class'][] = 'usa-accordion--multiselectable';
Active
2.0
Code