You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `EuiFormAppend` and `EuiFormPrepend` components
2
+
- Added support for `type="span"` on `EuiFormLabel` to support using visual-only form labels
3
+
- Updated `EuiFormControlLayout` to use `EuiFormAppend` and `EuiFormPrepend`
4
+
- Updated `EuiAutoRefresh` and `EuiColorPicker` to use `EuiFormPrepend`
5
+
6
+
**Breaking changes**
7
+
8
+
- Updated `EuiQuickSelectPopover` in `EuiSuperDatePicker` to use `EuiFormPrepend`. This results in more restricted `buttonProps` as they reflect `EuiFormPrepend` instead of generic `EuiButtonEmpty` props.
9
+
10
+
**Bug fixes**
11
+
12
+
- Updated `EuiColorPicker` to ensure `id` is correctly passed onto the internal `EuiFormControlLayout`
0 commit comments