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.
OnInputTimeout Not Working When Default
-
- Posts: 178
- Joined: August 31st, 2021, 11:37 am
- Contact:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: OnInputTimeout Not Working When Default
Task #11301 has been created. This post will be updated when it has been completed.
word count: 15