Bind removable and edit data loaded from database
truongtokiet opened this issue · 1 comments
truongtokiet commented
-
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. -
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
Please complete the template. If possible, add a reproduction