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

[Feature Request] Ability to dynamically disable Pull To Refresh #20242

Closed
filips123 opened this issue Jul 29, 2024 · 0 comments · May be fixed by jonathanestefani/crud_vuetify#5 or WontonSam/Cachimanstarter.dev#447
Assignees
Labels

Comments

@filips123
Copy link
Contributor

Problem to solve

I want to allow users of my website to disable pull to refresh if they want, using my settings page.

Proposed solution

The v-pull-to-refresh component should provide a disabled prop (or enabled or similar) that can reference other sources such as Pinia stores. When disabled is passed, scrolling should no longer trigger the pull to refresh (including the animation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment