Page 1 of 1

OnInputTimeout Not Working When Default

Posted: March 15th, 2023, 8:58 pm
by JefferyD
For TextBox controls, there is an "OnInputTimeout" property that defaults to a value of "500". However, when a controller is attached to the input event of that TextBox, the controller seems to fire instantly on every single key press.

If OnInputTimeout is changed to a different value though, then it starts working and the controller then only fires once after a certain amount of time has passed since the last input event was triggered.

This makes it seem like OnInputTimeout functions correctly but the default value itself is always ignored.

Re: OnInputTimeout Not Working When Default

Posted: April 3rd, 2023, 10:49 am
by SteveCap
Task #11301 has been created. This post will be updated when it has been completed.