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

Fix #14281 - Autocomplete with long list of options make the whole page scrollable #14405

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

tsinevik
Copy link
Contributor

Fix #14281
When Autocomplete has a long list of options p-hidden-accessible element is rendered outside of the viewport, and because of that the whole page becomes scrollable. For additional info check out attached issue.

With this fix accessibility element now is rendered in the bottom-left corner of overlay, same as in Dropdown and MultiSelect components.

Copy link

vercel bot commented Dec 19, 2023

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 3:37pm

@cetincakiroglu cetincakiroglu merged commit 07a1f30 into primefaces:master Dec 20, 2023
2 checks passed
@tsinevik tsinevik deleted the fix-issue-14281 branch January 9, 2024 08:36
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.

Component: Autocomplete with long list of options adds scrollbar to the whole page
2 participants