Oliver Byford
Oliver Byford
## What The header needs to be more flexible – for example, it should allow for just having one navigational link without that link ending up in a menu on...
## Related documentation The Design System guidance for [Radios](https://design-system.service.gov.uk/components/radios/) and [Checkboxes](https://design-system.service.gov.uk/components/checkboxes/). ## Suggestion Tell people not to use hints with small radios and checkboxes. Because the hints are within the...
## What Once we have updated to GOV.UK Frontend v4.4.0 we should be able to disable the auto focus functionality of the Error Summary and Notification Banners by passing config...
## What Write a blog post about the issue we had with [text wrapping unnecessarily in Safari Technology Preview](https://github.com/alphagov/govuk-frontend/issues/2429), including: - how we found out about the bug - how...
## Description of the issue Raising as this has come up a couple of times on support recently. I don't have a Windows machine to test on myself, so am...
# Bug Report ## What is the issue? Checkbox labels are full-width, which means the entire area to the right of the visible label is clickable: https://user-images.githubusercontent.com/121939/189073255-067021af-b90d-4176-8df7-5d64fae5e741.mov This is notably...
If you say `help` the bot lists a number of things it can tell you about. If you reply using any of the keywords, it just repeats the same list...
## Steps to reproduce ```js const cheerio = require('cheerio') const $ = cheerio.load(` Red Green Blue `) console.log($('option:first-child').attr('value')) ``` ## Actual result 'Red' is logged to the console, which is...
## What The header component should allow for a single navigation link that does not collapse in to a menu on mobile. ## Why This would help support, for example,...
## What Draft a blog post that outlines the changes coming in GOV.UK Frontend v5.0. The release notes describes the detail of the changes, so the blog post should provide...