You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: