fix(docsearch): always use aria-expanded to true
This commit is contained in:
parent
6ce9fa91be
commit
262ddcb2f3
1 changed files with 3 additions and 1 deletions
|
|
@ -307,7 +307,9 @@ export function DocSearchModal({
|
|||
return (
|
||||
<div
|
||||
ref={containerRef}
|
||||
{...getRootProps({})}
|
||||
{...getRootProps({
|
||||
'aria-expanded': true,
|
||||
})}
|
||||
className={[
|
||||
'DocSearch-Container',
|
||||
state.status === 'stalled' && 'DocSearch-Container--Stalled',
|
||||
|
|
|
|||
Loading…
Reference in a new issue