-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormDialog problem showing data in select input #533
Comments
Thanks for reporting this! I can take it 🤓 |
This seems to be a known issue with react-select.
@montezume is looking into an advanced configuration of react-select, to render the menu into a different portal (https://react-select.com/advanced#portaling). |
I have a pull request open in ui-kit, 682 to help with this problem. Once that's merged and released, we can render select-inputs and fields inside of a portal, and that should solve this problem. |
@montezume I guess this is now fixed, right? |
As long as users are using menuPortalTarget yes |
Describe the bug
I have a problem when render a FormDialog modal (i think its the same for all modals) when put a Select Input inside of it and display the data the info show inside of modal and I have to scroll down to see the values.
I try to hardcode .dialog-styles-mod_dialog-content__{dinamic} class with
overflow: visible
and work as spected.To Reproduce
Expected behavior
See the dropdown values in front of modal.
Screenshots
The text was updated successfully, but these errors were encountered: