@7shifts/sous-chef 3.56.2-beta0 → 3.56.2-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -10145,7 +10145,7 @@ const useSelectField = ({
|
|
|
10145
10145
|
inputId: controllers.id,
|
|
10146
10146
|
isClearable: _isClearable,
|
|
10147
10147
|
isDisabled: disabled,
|
|
10148
|
-
menuPortalTarget: document.getElementById('
|
|
10148
|
+
menuPortalTarget: document.getElementById('portals') || document.body,
|
|
10149
10149
|
menuPlacement: _menuShouldScrollIntoView ? 'bottom' : 'auto',
|
|
10150
10150
|
menuPosition: _menuShouldScrollIntoView ? 'absolute' : 'fixed',
|
|
10151
10151
|
noOptionsMessage: typeof noOptionsMessage === 'function' ? noOptionsMessage : defaultNoOptionsMessage,
|