- Issue created by @mdranove
- Status changed to Postponed: needs info
almost 2 years ago 4:09pm 14 February 2023 - ๐บ๐ธUnited States smustgrave
Thanks for reporting!
Currently forking the bootstrap modules into a 2.0.x branch here so hopefully things like this don't popup.
Curious what uswds theme are using?
- ๐บ๐ธUnited States smustgrave
Yea heard this doesn't work well with uswds.
I mainly have tested on uswds_base
- Status changed to Closed: outdated
9 months ago 7:12pm 1 March 2024 - ๐บ๐ธUnited States smustgrave
Would recommend using uswds_base. Possible uswds doesn't have certain twig templates.
- ๐บ๐ธUnited States rex.barkdoll
Hi all,
I'm on Drupal 10, using USWDS theme and this module.
I've created a better working patch that removes the class. (attached)Basically, it's updating the summary element in the details--bs.html.twig file
from this: {{ title }}
to this: {{ title }} - Status changed to Needs review
8 months ago 9:09pm 29 March 2024 - ๐บ๐ธUnited States smustgrave
Will need to see it doesnโt break uswds base
- Status changed to Needs work
8 months ago 9:23pm 30 March 2024 - ๐บ๐ธUnited States smustgrave
Actually if removing a class should just find where itโs being added in the code and not do it.
- ๐บ๐ธUnited States rex.barkdoll
I agree, I just couldn't find where else in this module's codebase that the class was being added.
The other option is to stop using<details>
elements and start using USWDS accordions instead