Add portals for selects in dialogs (#5253)

This commit is contained in:
WithoutPants
2024-09-11 16:12:18 +10:00
committed by GitHub
parent 17be7e97d3
commit 5c4bf4ecdf
10 changed files with 24 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ export const OptionsEditor: React.FC<IOptionsEditor> = ({
options.skipMultipleMatchTag ? [options.skipMultipleMatchTag] : []
}
noSelectionString="Select/create tag..."
menuPortalTarget={document.body}
/>
</Col>
</Form.Group>
@@ -98,6 +99,7 @@ export const OptionsEditor: React.FC<IOptionsEditor> = ({
: []
}
noSelectionString="Select/create tag..."
menuPortalTarget={document.body}
/>
</Col>
</Form.Group>