ng2-select2-demo
ng2-select2-demo copied to clipboard
Placeholder not working
this.accountTypes = [
{
id: '',
text: 'ACCOUNT TYPE'
},
{
id: 'artist',
text: 'ARTIST'
},
{
id: 'stage',
text: 'STAGE'
}
];
this.options = {
placeholder: 'ACCOUNT TYPE'
};
This is how working
https://github.com/NejcZdovc/ng2-select2-demo/issues/7
@dineshdedhia , @NejcZdovc , @cloud2806 . This module support, but dont have documentation. Here is my finding which can help others
<select2 [options]="{placeholder:'Your Select placeholder'}"