Hey!
Is it possible to use this component an array of objects, such as this one having ids:
data = [
{ value: 'Pound', id: 1 },
{ value: 'Euro', id: 16 },
{ value: 'Dollar', id: 3 }
];
So whenever someone changes an existing tag, that change is still connected to the appropriate id?
Hey!
Is it possible to use this component an array of objects, such as this one having ids:
So whenever someone changes an existing tag, that change is still connected to the appropriate id?