Skip to content

Commit 1b1c830

Browse files
committed
updated inert attribute value to empty string
1 parent 1de9d71 commit 1b1c830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Nav/NavExpandable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class NavExpandable extends Component<NavExpandableProps, NavExpandableState> {
145145
className={css(styles.navSubnav)}
146146
aria-labelledby={this.id}
147147
hidden={expandedState ? null : true}
148-
{...(!expandedState && { inert: true })}
148+
{...(!expandedState && { inert: '' })}
149149
>
150150
{srText && (
151151
<h2 className="pf-v6-screen-reader" id={this.id}>

0 commit comments

Comments
 (0)