Support Board
Date/Time: Fri, 29 Nov 2024 22:48:25 +0000
Post From: How to know if the user changed an input value
[2023-01-12 19:42:13] |
ycomp - Posts: 321 |
is there any way to know if the user changed an input value? user open studies settings and changes a value or to know at least that the dialog was opened and some settings were potentially changed? for example I would like to calculate something based on the value of an input, I could do this once initially using a persistent variable that sets to 1 if study settings have been initialized, but - what if someone then changes some study input's value? this persistent "init" variable would still be set to 1 so it won't execute that code again even though the input has changed. |