Blur Event not working on windows?

Hi everyone,

I have created an onBlur event for many text boxes that triggers a save function, this was done in order to “automatically save the data after it has been updated”.

However I noticed in another computer (windows 10) (edge or chrome) that the function is not triggered correctly.

Any idea of why is this happening?

Is this the best way to accomplish what I am trying to do?

Thanks!

Greetings,

I know it may seem like the conscientious and prudent approach to save the data as frequently as possible, but the save command can take a second or more to execute. Consequently, frequent saves may be counter-productive and bring undesirable results. Saving once per form with a submit/save button, after all of the inputs have been entered, is the way it’s usually done. Try this and see if the data writes to the collection as you would expect.

Anthony