-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dropdown and MultiSelect on expand event #150
Comments
We'll add show and hide events to both of the components. |
Thanks @cagataycivici |
Loading the list on expand I meant loading from the server, so the will be some delay when options are expanded. I think you can just add an event and I will test the functionality and then let you know if there anything else needs to be done. I think this feature will benefit and will be interesting for everyone. Thanks. |
I agree, once you confirm that it works we can later add a loading prop with a loading icon so the users can be notified during loading process. |
There are now;
|
Thanks @cagataycivici I will be in touch as I am going to create such functionality to load dropdown options only when user expands it. |
I am missing a small feature on the
Dropdown
andMultiSelect
components. I would like to load a list of options when the dropdown is being expanded first time, not on page load.So I can see if I pass the selected value as `{ id: 123, name: "Bla-bla" } the name is already included so it will be visible without necessity of loading the list.
on-expand
or something. So when that happens I can check if options are loaded. If they're not I can load the list of options.Please let me know what do you think guys.
The text was updated successfully, but these errors were encountered: