diff --git a/CHANGELOG.md b/CHANGELOG.md index 388d5f67cc9..49a73eb9b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # [`master`](https://github.com/elastic/eui/tree/master) +- `EuiRadio` now supports the `input` tag's `name` attribute. `EuiRadioGroup` accepts a `name` prop that will propagate to its `EuiRadio`s. ([#348](https://github.com/elastic/eui/pull/348)) - Machine learning create jobs icon set. ([#338](https://github.com/elastic/eui/pull/338)) - Initial commit of `EuiTableOfRecords` - a higher level table component to take away all your table listings frustrations. ([#250](https://github.com/elastic/eui/pull/250)) diff --git a/src/components/form/radio/__snapshots__/radio_group.test.js.snap b/src/components/form/radio/__snapshots__/radio_group.test.js.snap index 2cf644c6e98..1aa56c2eda3 100644 --- a/src/components/form/radio/__snapshots__/radio_group.test.js.snap +++ b/src/components/form/radio/__snapshots__/radio_group.test.js.snap @@ -58,6 +58,57 @@ exports[`EuiRadioGroup props idSelected is rendered 1`] = ` `; +exports[`EuiRadioGroup props name is propagated to radios 1`] = ` +