Closed (fixed)
Project:
U.S. Web Design System (USWDS)
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2019 at 17:40 UTC
Updated:
18 Oct 2023 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
johne commentedHere's the patch.
Comment #3
jaydarnellThis appears to work quite nicely. Thanks John.
Comment #4
jdearie commentedI installed this patch, but still wasn't seeing the required field indicators. I had to add the code below to my global.css to get to the indicator to show. Any idea what could be preventing the indicator to show even with the patch?
Comment #6
rymcveighComment #7
rymcveighI'm going to create an MR for this issue and update the codebase to use the current USWDS classes for fieldsets.
Comment #9
rymcveighI created an MR for this issue and was able to move the required logic into the preprocess much like how it's done in the form_element_label.preprocess.inc file.
Comment #10
lkacenjaI tested this on a staging environment with the patch applied. I tried required and non-required fieldsets. All the classes seem to appear correctly. Thanks!
Comment #11
rymcveighIt looks like the MR attached to this issue has been RTBTC. Is there a plan to merge this into the codebase sometime soon?
Comment #13
jrglasgow commented