beeps
beeps
Less of an issue, more of a support request. I'm currently trying to implement the polyfill on a website that uses [infinite-scroll](https://github.com/infinite-scroll/infinite-scroll) and I need some method of re-running the...
Obligatory warning that this project seems somewhat abandoned at this point, and that you may want to look elsewhere, weary developer. Although it will likely continue to work for Vue...
Feature request! Would you consider making the keyboard shortcut to show/hide the popover window customisable? Useful for power users who are anal about their shortcuts, or just folks who want...
Adds a new Nunjucks parameter (`fallbackHintText`) which allows the user to customise the fallback message used on the character count in situations where JavaScript is not available. This text is...
## What Decide on Frontend's future browser support, particularly as it pertains to older browsers. ## Why Currently Frontend uses specific versions of particular browsers to determine the minimum level...
## What Reliant on this class having been deprecated in #2216. Remove the deprecated `.govuk-header__navigation--no-service-name` class from our Sass in the next breaking release. ## Why This class serves a...
## What Error messages currently contain a fixed content order, which is hardcoded into the component's Nunjucks template. This is composed of a block of visually-hidden text (`visuallyHiddenText`, defaults to...
## What Currently, action links in the Summary list have a hardcoded content order of the action name (`html` or `text`), followed by an area of visually hidden text (`visuallyHiddenText`)....
## Context Currently, all component examples in the design system documentation use a single file (`javascripts/govuk-frontend.js`) that imports Frontend's `initAll` function and immediately invokes it. This prevents creating examples where...
## Description of the issue Currently, if a Nunjucks parameter has nested child parameters, the parent parameter is automatically split into its own table in the Nunjucks docs, captioned 'Options...