v41.2.0
- Added
aria-label
andaria-labelledby
props toEuiComboBox
(#5360) - Updated
EuiDatePicker
to useEuiPopover
,EuiFocusTrap
, andEuiScreenReaderOnly
(#5339)
Bug fixes
- Fixed an
EuiDataGrid
row height bug for grids that set a defaultlineCount
and also usedrowHeights
to set row-specificlineCount
s (#5376) - Fixed
EuiComboBox
from allowing keyboard actions whenisDisabled
(#5373) - Fixed an accessibility issue where
EuiSuperSelect
was not creating accessible labels for its listbox (#5364) - Fixed an accessibility issue where
EuiColorPalettePicker
was not creating an accessible label for its button (#5364) - Fixed
EuiDatePicker
being constrained to its parent container by using React portal (#5339)