Harvest-Dev / ng-select2

A select2 for Angular
MIT License
55 stars 32 forks source link

Feat: Update data when new sets come in. #34

Closed gbumanzordev closed 2 years ago

gbumanzordev commented 2 years ago

Description

Makes data input a setter to allow updating the set of data (i.e I am using an observable to pass the data on)

It didn't change anything else and it shouldn't break anything except that now the set of data and the dropdown values will be updated when I set a new array of data.

Zefling commented 2 years ago

Sorry for the delay.