We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ddf0b commit 41cff42Copy full SHA for 41cff42
ui/cap-react/src/components/drafts/form/themes/grommet/widgets/TextWidget.js
@@ -261,6 +261,8 @@ class TextWidget extends Component {
261
defaultOptions={false}
262
value={{ label: this.props.value, value: this.props.value }}
263
loadOptions={debounce(this.updateSuggestions, 500)}
264
+ styles={{ menuPortal: base => ({ ...base, zIndex: 9999 }) }}
265
+ menuPortalTarget={document.body.getElementsByClassName("rjsf")[0]}
266
/>
267
</Box>
268
);
0 commit comments