There is no loading functionality for MultiSelect Component - Trying to use a Loader Component within this breaks the component once there is 1 item selected and re-opening it results in a console error of Cannot read property 'props' of undefined
Desired behaviour
Loading functionality should be added and provided out of box with this component
Suggested solution
To provide this functionality directly from the component via a isLoading prop
Describe alternatives you've considered
Have tried disabling the custom loader after 1 item is selected from the dropdown, this way when opening the dropdown it does not break and does not result in an error but this is not efficient as we need to see the loader even if there are more than 1 items already selected.
Feature request
Current behaviour
There is no loading functionality for MultiSelect Component - Trying to use a Loader Component within this breaks the component once there is 1 item selected and re-opening it results in a console error of
Cannot read property 'props' of undefined
Desired behaviour
Loading functionality should be added and provided out of box with this component
Suggested solution
To provide this functionality directly from the component via a isLoading prop
Describe alternatives you've considered
Have tried disabling the custom loader after 1 item is selected from the dropdown, this way when opening the dropdown it does not break and does not result in an error but this is not efficient as we need to see the loader even if there are more than 1 items already selected.
Additional context
Your environment