Your own example does not display 'Athens' as the selected option on the multiple tab.
Is there a way to manually set the default?
SO: http://stackoverflow.com/questions/37380576/how-to-set-default-for-ng2-select
[data] shown in the example on the multiple tab here: https://valor-software.com/ng2-select/ is incorrect. The tag should be [initData] as shown in the readme.
Please correct the example code.
Is there a way to make it work for a single select? [data] and [initData] didn't work for us.
Using
[initData]="[myInitialData]"
with single select worked for me. [initData] seems to require an array even in single select.
Most helpful comment
[data] shown in the example on the multiple tab here: https://valor-software.com/ng2-select/ is incorrect. The tag should be [initData] as shown in the readme.
Please correct the example code.