Closed
Description
I am missing a small feature on the Dropdown
and MultiSelect
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.
- Currently if value is present but list is not loaded Dropdown shows empty field (even when my name is present in the value object).
- Would be nice to have a spinner on the expanded area while items are loaded (not a big deal).
- It might be an event
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.
Activity