OnInputTimeout Not Working When Default

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
JefferyD
Posts: 177
Joined: August 31st, 2021, 11:37 am
Contact:

OnInputTimeout Not Working When Default

Unread post 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.
word count: 90

Tags:
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: OnInputTimeout Not Working When Default

Unread post by SteveCap »

Task #11301 has been created. This post will be updated when it has been completed.
word count: 15
Post Reply