ember-models-table icon indicating copy to clipboard operation
ember-models-table copied to clipboard

Fix: Update updateProperty to extract value from event target

Open pulien opened this issue 1 year ago • 0 comments

The edit function passes the "input" event rather than the value When you edit, you end up with [object InputEvent] rather than the modified string

Example here : https://onechiporenko.github.io/ember-models-table/v.5/plain-html/#/examples/in-line-edit

pulien avatar Jan 14 '25 10:01 pulien