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 #6825: focusOnShow prop in Dialog component #6899

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

ivanpajon
Copy link
Contributor

Defect Fixes

Fix #6825

This issue not only occurs when you have the showHeader={false} property, always occurs due to the autoFocus property in the FocusTrap component.

Copy link

vercel bot commented Jul 18, 2024

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

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Jul 18, 2024 3:01pm
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Jul 18, 2024 3:01pm

@ivanpajon ivanpajon changed the title Fix #6825: autoFocus prop in Dialog component Fix #6825: focusOnShow prop in Dialog component Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dialog: ignores focusOnShow={false} when showHeader={false}
2 participants