OnInputTimeout Not Working When Default
Posted: March 15th, 2023, 8:58 pm
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.
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.