Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const SearchInputBase: React.FunctionComponent<SearchInputProps> = ({
if (!!onSearch || attributes.length > 0 || !!onToggleAdvancedSearch) {
if (attributes.length > 0) {
const AdvancedSearch = (
<span>
<div>
<AdvancedSearchMenu
value={value}
parentRef={searchInputRef}
Expand All @@ -375,7 +375,7 @@ const SearchInputBase: React.FunctionComponent<SearchInputProps> = ({
getAttrValueMap={getAttrValueMap}
isSearchMenuOpen={isSearchMenuOpen}
/>
</span>
</div>
);

const AdvancedSearchWithPopper = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ exports[`SearchInput advanced search with custom attributes 1`] = `
</svg>
</button>
</div>
<span
<div
class=""
data-popper-escaped="true"
data-popper-placement="bottom-start"
Expand Down Expand Up @@ -431,7 +431,7 @@ exports[`SearchInput advanced search with custom attributes 1`] = `
</div>
</div>
</div>
</span>
</div>
</div>
</DocumentFragment>
`;
Expand Down