Closed nardove closed 1 year ago
I think the problem relies on the component being inside a Modal component, as I can see the dropdown underneath the Modal body
I had the same issue and can confirm @nardove is correct - you have to go manually give it a higher z index
After installing the dependencies for reactstrap and bootstrap I tried to setup the theme using the BootstrapConfig option, but when I do so the first element to select from the dropdown does not work properly, see below
And the component does not open to select from the list, when I inspect the DOM it has no elements to select from
But when I use the BasicConfig, it works fine, see below
I wonder if there is an extra step to setup Bootstrap that is not in the demos or docs?
UPDATE I've also noticed that the selection input does work, but if the query component is inside a Modal, the dropdow component renders behind the modal background