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
Looks to be that the this.options is an empty array (or old values) when updating the list of options for selection inside of SelectInputComponent
potential fix would be to run the calcSelectedOptions function as a setting for the this.options to have those recalculated.
though I don't think this explains why the ngModel was not working when inlined [mode.someId]
🤔
ngx-select does not property display the selected value when using an inline array with ngModel
i.e.
fix appears to be via using a property for the ngModel and using NgIf on the select for the stream;
i.e.
Incorrect behavior demo
markup causing behavior
TODO: make reproducible
The text was updated successfully, but these errors were encountered: