You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] bug report => Search github for a similar issue or PR before submitting
I am having a problem with disabling the add chip functionality.
After adding this to my code: <p-chips name="tags" [disabled]="true" [(ngModel)]="model.tags"></p-chips>
The old chips are disabled (I can't remove them), however the input is still present and I can add new ones. Is there a way to disable this as well? Also is there a way to disable only a subset of the chips and not all of them?
Angular version: 6.x
PrimeNG version: 6.x
Browser:
ALL
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered:
cagataycivici
added
the
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
label
Oct 11, 2018
I am having a problem with disabling the add chip functionality.
After adding this to my code:
<p-chips name="tags" [disabled]="true" [(ngModel)]="model.tags"></p-chips>
The old chips are disabled (I can't remove them), however the input is still present and I can add new ones. Is there a way to disable this as well? Also is there a way to disable only a subset of the chips and not all of them?
Angular version: 6.x
PrimeNG version: 6.x
Browser:
ALL
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered: