-
In all other similar instances in the codebase a check is made that the `ref` is not null before initialising the underlying govuk-frontend JS, e.g.
```
if (accordionRef.current) {
new Accordion…
-
We currently support two interaction patterns for our tabs component: tablist + tab + tabpanel, and nav + anchor.
We've received feedback that the nav + anchor pattern can be confusing, since it _…
-
## Related component
HmrcPageHeading being used in combination with Fieldsets or Radios
## Context
We have had an accessibility issue raised around nested h2 inside label
## Alternat…
-
# Disclosure
The disclosure component already exists as part of the public-website and is used to show/hide search filters. It will also be used in the template letters.
The time has come to extr…
-
## Description of the issue
In the latest Firefox release (94.0.1), `select` elements have a grey background by default. This makes them look disabled:
![image](https://user-images.githubuserconte…
-
## What
Create pattern for security code, based on contribution and conversations. Will need to find a way to publish this information to stand on its own without relying on guidance around authent…
-
The feedback component relies on CSS hiding/showing controls that are loaded in the markup at first contentful paint to manage interaction. This means that if CSS isn't available, the hidden controls …
-
## What
The GOV.UK Accessibility team are contributing an iteration to the accordion component which is going to be published in the Design System.
The iterated component was assessed by the Work…
-
Similar to #1150, at the moment, date-input passes a CSS class to input when it wants to change the width:
> https://github.com/alphagov/govuk-frontend/blob/e70f59d15a3cab9c949ef8f558d1eb49be7e4c…
-
At the moment, date-input passes a CSS class to input when it wants to mark a field as having an error:
https://github.com/alphagov/govuk-frontend/blob/e70f59d15a3cab9c949ef8f558d1eb49be7e4c91/src/…