From 73b027618ae61f5bb1204ac72430c670d3885889 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Wed, 11 Aug 2021 15:24:16 -0500 Subject: [PATCH] Fix 5009 entry --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62aa2d96e05..d6970e29a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +- Added `isDisabled` prop to `EuiFormLabel` and passed it down from `EuiFormRow` ([#5009](https://github.com/elastic/eui/pull/#5009)) + **Bug fixes** - Fixed usage of `outsideClickCloses` prop of `EuiFlyout` ([#4986](https://github.com/elastic/eui/pull/4986)) ## [`37.1.0`](https://github.com/elastic/eui/tree/v37.1.0) -- Added `isDisabled` prop to `EuiFormRow` that disables the child field element ([#4908](https://github.com/elastic/eui/pull/4908)) -- Added `isDisabled` prop to `EuiFormLabel` and passed it down from `EuiFormRow` ([#5009](https://github.com/elastic/eui/pull/#5009)) +- Added `isDisabled` prop to `EuiFormRow` that disables the child field element ([#4908](https://github.com/elastic/eui/pull/4908 ## [`37.0.0`](https://github.com/elastic/eui/tree/v37.0.0)