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

DropdownComponent add new parameter "no-x-anchor" and "top" #515

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

s-kitade
Copy link
Contributor

@s-kitade s-kitade commented Jul 6, 2024

When there are a lot of Dropdown components side by side, the performance is very slow due to x-anchor

For this reason, we added the "no-x-anchor" property.

However, since there are cases where the menu expanded on the screen is filled up, we also added the "top" property.

<x-dropdown no-x-anchor top>
....

@robsontenorio
Copy link
Owner

Thanks!

@robsontenorio robsontenorio merged commit b5119aa into robsontenorio:main Jul 25, 2024
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