[BUG-14730] Numeric Text Field - text cursor blinking

Hello,

We have a small annoyance regarding numeric text field component. On this component we have on mouse clicked, script. This script triggers system.gui.inputBox, so that user can enter new value.
Once the new value is set, text cursor in still blinking.

We tried to redirect focus to different component. We tried deselecting “Editable?” property on component and it still won’t go away.

I was able to replicate and will write up an internal bug for this. In the meantime, a sort-of-not-so-great workaround is to set Protected Mode to true. When enabled it does not place a cursor on the component until it is editable, but since you are using an input box to handle editing the value with just one click this should prevent it from being editable.