Closed jonbondani closed 4 years ago
Hi, is there any way to get the attribute's name when saving? I have many EasyEdit components in a single page and when trying to save the value I need the attribute's name as well. Thanks.
Done, it was as easy as: onSave={value => { this.save(value,key) }}
Glad you figured it out!
Hi, is there any way to get the attribute's name when saving? I have many EasyEdit components in a single page and when trying to save the value I need the attribute's name as well. Thanks.