-
Notifications
You must be signed in to change notification settings - Fork 355
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
feat(select next): add appendTo #9562
Conversation
Preview: https://patternfly-react-pr-9562.surge.sh A11y report: https://patternfly-react-pr-9562-a11y.surge.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only nit is possibly reducing duplication of the Popper element being returned in the ternary since only the wrapper div and appendTo
prop are different, not a blocker though.
@tlabaj should we just go ahead and make a similar update for dropdown next in v4? I thought the original issue was for the dropdown, though select was also discussed during office hours.
I made #9564 for the Dropdown next fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @thatblindgeye about the duplication, other than that LGTM.
b858542
to
543439c
Compare
thanks, removed duplicates |
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #9557