Select: Portal menu by default (#48176)

* Remove menuShouldPortal from all <Select /> components

* fix unit tests

* leave menuShouldPortal as an escape hatch

* Fix import order
This commit is contained in:
Ashley Harrison
2022-05-04 15:12:59 +01:00
committed by GitHub
parent 2738d1c557
commit 06d3c27bc1
179 changed files with 67 additions and 372 deletions

View File

@@ -222,7 +222,6 @@ export class ShareSnapshot extends PureComponent<Props, State> {
<Field label="Expire">
<Select
inputId="expire-select-input"
menuShouldPortal
width={30}
options={expireOptions}
value={selectedExpireOption}