-
Notifications
You must be signed in to change notification settings - Fork 103
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
FormItem: Issues with createPortal
#5642
Comments
Hi @ej612 sorry for the confusion, we didn't outline that |
Thanks for the clarification @Lukas742! |
🎉 This issue has been resolved in version v1.27.0 🎉 The release is available on v1.27.0 Your semantic-release bot 📦🚀 |
Describe the bug
Hi there!
Disclaimer: I don't know if the following is a bug or whether I'm just doing it wrong:
I have a
Form
, containing aFormItem
, which displays aButton
, which opens aDialog
when clicked. I render the dialog usingcreatePortal(dialog, document.body)
.This, however, doesn't work: Clicking on the button doesn't open the dialog.
I made a sandbox.
If I change line 23 from
to
it works as expected. Is there something more to
createPortal
that I'm missing?Thanks a lot in advance!
Expected Behaviour
Clicking on the button should open the dialog.
UI5 Web Components for React Version
1.26.1
UI5 Web Components Version
1.23.1
Browser
Chrome
The text was updated successfully, but these errors were encountered: