File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.9.9] - 2020-08-02
9+
10+ ### Fixed
11+
12+ - ` MenuItem ` correct IE11 patch to apply ` aria-hidden={true} ` to placeholder
13+
814## [ 0.9.8] - 2020-08-02
915
1016### Fixed
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ const MenuItemInternal: FC<MenuItemProps> = (props) => {
123123 ) : (
124124 renderIconPlaceholder && (
125125 < IconPlaceholder
126+ aria-hidden = "true"
126127 size = { 24 / ( compact ? 1.25 : 1 ) }
127128 mr = "xsmall"
128129 data-testid = { `menu-item-${ renderedIconID } -icon-placeholder` }
You can’t perform that action at this time.
0 commit comments