Save attribute on value changed
Implementation example :
<DefaultEntityForm
eid={props.eid}
editable={true}
onChangeAttribute={saveNewAttributeValue}
/>
Implementation example :
<DefaultEntityForm
eid={props.eid}
editable={true}
onChangeAttribute={saveNewAttributeValue}
/>