Placeholder is not considered at first entry. Thereafter, it works perfectly fine.
<tag-input [ngModel]="[]" [onlyFromAutocomplete]="true" theme='dark' [ngModelOptions]="{standalone: true}" [onlyFromAutocomplete]="true" [placeholder]="'Add Items'">
<tag-input-dropdown [showDropdownIfEmpty]="true" [autocompleteItems]="capabilities">
</tag-input-dropdown>
</tag-input>
Initially, taking default placeholder "Enter a new tag"

Later, considering the custom placeholder.

Thanks,
Aniket
Change placeholder to secondaryPlaceholder. I got confused the first time too.
Thanks. But this module have many issues in devices.
I need to change "Enter a new tag" to "Add people" and "+ Tag" to "+ People", can you please tell me the solution for this?
[placeholder]="'Add people'" [secondaryPlaceholder]="'People'"
Most helpful comment
Change
placeholdertosecondaryPlaceholder. I got confused the first time too.