Hello,
I am currently developing a Custom Page and utilizing the default (classic) controls. My goal is to activate the OnChange event of a Slider control whenever its value is altered via a context variable.
However, the OnChange event only activates manually. When attempting to change the slider value through the context variable, the event does not trigger at all.
For my use case, I need the functionality where any change in a textbox value prompts a call to an API using the new text.
Thank you for your assistance.