I have implemented tag input. I need to set tag-input as readonly.
<tag-input disabled readonly="true"
(onSelect)="onSelect($event)" secondaryPlaceholder="">
</tag-input>
The above code is not working, [readonly]="true"
also not working.
Thanks in Advance.
Try this in tag-input field: