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
Description of issue:
Unable to populate data that was previously selected
Steps to reproduce:
Create an ng-multi-select , on the click of the test button, the first object should be pushed from the data to the model and it should appear as if selected
Expected result:
First Option is selected (Just for testing purpose)
Actual result:
Option is part of the model but the UI does not select the item
Angular version:
16
ng-multiselect-dropdown version:
1.0.0
Description of issue:
Unable to populate data that was previously selected
Steps to reproduce:
Create an ng-multi-select , on the click of the test button, the first object should be pushed from the data to the model and it should appear as if selected
Expected result:
First Option is selected (Just for testing purpose)
Actual result:
Option is part of the model but the UI does not select the item
Demo: Please share sample code link using StackBlitz or codesandbox
https://stackblitz.com/edit/stackblitz-starters-k8pydo?file=src%2Fmain.ts
The text was updated successfully, but these errors were encountered: