Working on angular5 project where I am using angular material selection list which is not working as expected with input text search at top.
Here is code on stackblitz. https://stackblitz.com/edit/angular-i3pfu2-xgembc
Steps :
- Select from list say "Sneakers" and "Moccasins"
- Search with text say "clo"
- Delete text from input box.
- See selection list, previously selected option deselects automatically which should not happen.
How we can retain previously selected option in list? Thanks in advance.