On change event input field

Hello,

is it possible to start a function block when the number in an input field is changed?

thanks!

1 Like

Hi @Pascal_Meijer,

If you use a cloud variable then this will give you access to the changed event listener.

Hope that helps!

2 Likes

Indeed, with the cloud variable i can use “on change” but how can i react to a change in an input field, as the user enters a number the result is automaticly calculated?
I can’t bound the input field direct to a variable ?

regards,

1 Like

Ah! ok, I misunderstood. There’s isn’t any event to do this, but you can use a timer to check for updates. There’s an example here:

1 Like