ng2-select2-demo icon indicating copy to clipboard operation
ng2-select2-demo copied to clipboard

Placeholder not working

Open dineshdedhia opened this issue 7 years ago • 3 comments

dineshdedhia avatar May 10 '17 05:05 dineshdedhia

   this.accountTypes = [
        {
            id: '',
            text: 'ACCOUNT TYPE'
        },
        {
            id: 'artist',
            text: 'ARTIST'
        },
        {
            id: 'stage',
            text: 'STAGE'
        }
    ];

    this.options = {
        placeholder: 'ACCOUNT TYPE'
    };

This is how working

drosi94 avatar May 21 '17 00:05 drosi94

https://github.com/NejcZdovc/ng2-select2-demo/issues/7

rgsliusarchuk avatar Apr 06 '18 12:04 rgsliusarchuk

@dineshdedhia , @NejcZdovc , @cloud2806 . This module support, but dont have documentation. Here is my finding which can help others

<select2 [options]="{placeholder:'Your Select placeholder'}"

korisantosh avatar Apr 09 '19 10:04 korisantosh