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

Allow passing a boolean to the anchor prop #3121

Merged
merged 4 commits into from
Apr 22, 2024
Merged

Conversation

RobinMalfait
Copy link
Member

This PR allows to pass a boolean to the anchor prop on the MenuItems, ListboxOptions, ComboboxOptions and PopoverPanel components.

  • If anchor or anchor={true} is used, then the anchoring functionality will be enabled but with the default (empty) configuration.
  • If anchor={false} is used, then the anchoring functionality will be disabled.

- If `anchor` or `anchor={true}` is used, then the anchoring
  functionality will be enabled but with the default (empty)
  configuration.
- If `anchor={false}` is used, then the anchoring functionality will be
  disabled.
Copy link

vercel bot commented Apr 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
headlessui-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 8:28pm
headlessui-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 8:28pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants