Run this query periodically option unchecks when you clear the Period interval property while editing it

Small bug here.

So, you want to change the Period interval so you backspace the old value away to start entering the new one. Well, it disappears as the Run periodically checkbox turns off. I thought it was haunted at first!

There is an onChange event firing which clears the check box if the interval become empty. It should instead be onBlur.

1 Like

Good catch :eyes: filed!