Merge branch 'next' of https://github.com/francoischalifour/autocomplete.js into next
This commit is contained in:
commit
5df5069a38
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