Field doesn't fully edit on save in a table

Pretty sure that this is a bug, but when you don't 'enter' a table value into the table and click save immediately, it says it has detected the change (2 changes) yet the data doesn't flow through.

I have attached two screen recordings for clarity, I know it isn't the query which is the issue.

One with the bug:
output

And the expected behaviour:
output2
not sure why it goes to zero at one point...

Any help would appreciated :slight_smile:

I have seen this before.... It might be, if I recall correctly, the focus when clicking save without hitting Enter..... so, you could try using Debounce in the event handler that is executing the bulk save query - give it a value of 1000 (ms)

1 Like