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

[Bug Report][3.6.7] Infinite-Scroll load-event not fired after reseting Filter #19909

Open
ker-nicolaib opened this issue May 27, 2024 · 2 comments

Comments

@ker-nicolaib
Copy link

ker-nicolaib commented May 27, 2024

Environment

Vuetify Version: 3.6.7
Vue Version: 3.4.27
Browsers: Chrome 124.0.0.0
OS: Windows 10

Steps to reproduce

When you scroll down the list it'll be extended by names randomly which are in an array called 'names'. If you type in a name in the text-field "Search" which is available in the array 'names' like 'Max' it also works fine. If you type in a name which isn't available like 'Lisa' it says 'no more' which is okay because done('empty') gets called. But if you delete the name in "Search" now the load-event doesn't get called anymore even if there are potential entries available.

Expected Behavior

the load-event should be called again.

Actual Behavior

the load-event isn't called because done('empty') prevents it

Reproduction Link

https://github.com/ker-nicolaib/vuetify-project-1

Other comments

Maybe there is an extra status needed. For that use-case a person wants to filter something.

@mahsarajabpour
Copy link
Contributor

I have the same issue.

@RamiHami1024
Copy link

Same

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

No branches or pull requests

3 participants