You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on the button to edit the section General Information
A Modal will open
Find the field Trade Policies *
Note that the styles are broken
Try to interact with the component and you should see an error.
Expected behavior
To work correctly as intended.
Screenshots
Usage with the <Modal> component inside the Admin's iframe:
Usage with the <Modal> component outside the Admin's iframe:
Additional context
I looked at the documentation of the component that we are using to implement the EXPERIMENTAL_Select and the library does not have a prop container(docs). This might be the reason why this is not working.
The text was updated successfully, but these errors were encountered:
Describe the bug
When we use the
<EXPERIMENTAL_Select/>
component inside the<Modal/>
, which is outside theiframe
as stated in this example:The styles of the Multiselect component crash and the component does not work properly.
To Reproduce
Steps to reproduce the behavior:
General Information
Trade Policies *
Expected behavior
To work correctly as intended.
Screenshots
Usage with the
<Modal>
component inside the Admin's iframe:Usage with the
<Modal>
component outside the Admin's iframe:Additional context
I looked at the documentation of the component that we are using to implement the
EXPERIMENTAL_Select
and the library does not have a propcontainer
(docs). This might be the reason why this is not working.The text was updated successfully, but these errors were encountered: