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
{{ message }}
This repository was archived by the owner on Oct 6, 2020. It is now read-only.
I am using these two components in my angular 2 app and they seem to work fine in Chrome, FireFox and Safari. However they seem to be broken in IE11. When I click in the component it displays the selectable items but when I click on an item to select it then nothing appears to have been selected. I tried loading your demo site in IE11 and even with that I get the same broken behaviour under IE11.
Update
I have discovered that if I use the keyboard and press enter to select items then that seems to work. So its only mouse selection that seems to have an issue.