Forms-heavy application with auto-save

There’s also another way to solve it: declare a counter property, an on mutation, do an increment. If it’s a two way binding with an input field, then you can listen to input event and do the increment. That will be the simplest of all.

I may make the above @deepComputedFrom into a plugin, but no promise :stuck_out_tongue: