🐛 (autocomplete) set min-height used to calculate the flip (top-bottom) (#837)

This commit is contained in:
Matiss Janis Aboltins
2023-04-01 08:10:40 +01:00
committed by GitHub
parent ad9a4067a8
commit e8da21fc80
2 changed files with 7 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ export default function PayeeAutocomplete({
components={{
MenuList: MenuListWithFooter,
}}
minMenuHeight={300}
footer={
<AutocompleteFooter show={showMakeTransfer || showManagePayees}>
{showMakeTransfer && (

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
PayeeAutocomplete: fix flipping of the menu when it's opened near the bottom of the page