I have used list_editable
setting to make several fields editable on my model in the admin panel.
The problem is, that when I edit the values and hit Enter
, the browser behaves as if I clicked Go
button next to actions drop-down list. I get the javascript popup warning:
You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost.
but to me it is intuitive to click Enter
after editing the text field in order to save it, therefore the warning does not fit here.
Is there any way I can change this strange behavior?