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
I have a main component that is used on several drop downs throughout the system. Sometimes I want those drop downs to be multi select and other times I only want one selection. I tried to set the multi option to false on the calling components that only one selection is allowed. This did not work. I then tried undefined based on the documentation as the default value for this option. That didn't work either. Any ideas?