0

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.

Roy
  • 7,811
  • 4
  • 24
  • 47

1 Answers1

0

Try this in tag-input field:

[readonly]="true"
Kavinda Senarathne
  • 1,813
  • 13
  • 15