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:#6987 Dropdown filter freezes screen #6991

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

kl-nevermore
Copy link
Contributor

Fix #6987

Tips: Need Disabled Ripple

import { PrimeReactProvider } from 'primereact/api';

export default function MyApp({ Component }) {
    const value = {
        ripple: false,
        ...
    };

    return (
        <PrimeReactProvider value={value}>
            <App />
        </PrimeReactProvider>
    );
}
20240806-112332.mp4

Copy link

vercel bot commented Aug 6, 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 Aug 6, 2024 3:29am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Aug 6, 2024 3:29am

@melloware melloware added the Type: Performance Issue is performance or optimization related label Aug 6, 2024
@melloware melloware merged commit 9d86edb into primefaces:master Aug 6, 2024
6 checks passed
@kl-nevermore kl-nevermore deleted the fix-#6987 branch August 7, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Performance Issue is performance or optimization related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropdown filter freezes screen
2 participants