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

Lazy Load the values in dropdown #218

Closed
gitalvininfo opened this issue Mar 4, 2020 · 3 comments
Closed

Lazy Load the values in dropdown #218

gitalvininfo opened this issue Mar 4, 2020 · 3 comments

Comments

@gitalvininfo
Copy link

Is your feature request related to a problem? Please describe.
I want to lazy load the values in dropdown because currently it loads all the data(*1000 records of data). My current setup is that, the dropdown is inside a modal, if I open the modal, the dropdown freezes for a bit of seconds (*cannot click) then displays all records (1000 records). For me it's a big deal because my user thinks this is a bug in my app.

Describe the solution you'd like
What I want to achieve is that, if ever I open the modal, the dropdown will not freeze for a bit of seconds or maybe and a placeholder inside the dropdown showing like "DATA IS LOADING"

By the way this is a great library!

Please tell me if this is possible, and if I'm missing something. Thanks Developers

@macjohnny
Copy link
Member

I suggest to use infinity scrolling.
does this solution provided by @L-NiNo work for you?
#205 (comment)

keep in mind that there is an open issue: #200

@gitalvininfo
Copy link
Author

Thanks @macjohnny will give it a try.

@macjohnny
Copy link
Member

should be possible with #236

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

2 participants