Skip to content
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

Popper props position is not working #11323

Open
tlabaj opened this issue Dec 5, 2024 · 0 comments
Open

Popper props position is not working #11323

tlabaj opened this issue Dec 5, 2024 · 0 comments
Labels
Milestone

Comments

@tlabaj
Copy link
Contributor

tlabaj commented Dec 5, 2024

@tlabaj I am not able to see the popperProps position take effect. The Direction seems to work, but position isn't functional for me.

   <Dropdown
      className="violation-actions-dropdown"
      id="violation-actions-dropdown-id"
      isOpen={isOpen}
      onSelect={() => setIsOpen(false)}
      popperProps={{
        appendTo: document.body,
        position: "left",
        direction: "up",
        enableFlip: false,
      }}


Originally posted by @ibolton336 in #11155

@github-project-automation github-project-automation bot moved this to Needs triage in PatternFly Issues Dec 5, 2024
@tlabaj tlabaj added this to the 2025.Q1 milestone Dec 5, 2024
@tlabaj tlabaj moved this from Needs triage to Backlog in PatternFly Issues Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant