Hello Creatio Community,
I am currently following Responding to an Change Event When a Field is Changed on a Creatio Freedom UI Page to auto-save the record when a number field is modified.
While the auto-save feature works, I’ve encountered an issue when filling in the number field. If I input more than two digits, the system interprets this as multiple changes (e.g., entering "125" is seen as three separate changes: "1", "12", and "125"). This triggers the auto-save and refresh process repeatedly, lasting around 30 seconds.
As a result, instead of saving "125", it starts saving and refreshing before I finish entering the complete value.
Is there a way to resolve this issue to prevent it from auto-saving prematurely while I'm still entering data?
Below is the script I am using for reference. Any guidance or suggestions would be greatly appreciated.
Thank you in advance!
Best regards,
Jin