Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
899 stars 359 forks source link

Bind removable and edit data loaded from database #996

Closed truongtokiet closed 2 years ago

truongtokiet commented 3 years ago
  1. itemsAsObjects = [{id: 0, name: 'Angular', readonly: true}, {id: 1, name: 'React'}]; Can we use the same way to bind "removable"? Because I want to build "non-removable" for data loaded from database and "removable" for new tags added.

  2. Can we edit data loaded from database ? I tried to modify tag name but I can't and it is just editable for new tags added.

Gbuomprisco commented 2 years ago

Please complete the template. If possible, add a reproduction