Skip to content

Commit

Permalink
Document in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jun 9, 2023
1 parent e1bab47 commit d8222a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,16 @@ If you’re not using Nunjucks macros, update your warning text HTML to replace

This change was introduced in [pull request #3569: Remove unnecesary class from Warning Text component](https://github.com/alphagov/govuk-frontend/pull/3569).

#### Check that selects work as expected

The `govukSelect` macro will no longer include an empty value attribute for options that do not have a value set.

This means that the value of the select if that option is selected will now be the text content of the option, rather than an empty string.

If you need to maintain the existing behaviour, you can set the value to an empty string.

This change was introduced in [pull request #3773: Omit the value attribute from select options with no value](https://github.com/alphagov/govuk-frontend/pull/3773).

## 4.6.0 (Feature release)

### New features
Expand Down

0 comments on commit d8222a6

Please sign in to comment.