Hello,
I want to show the warning label which fades in and out (tween) after MaxLength is reached and the user keeps on clicking at the keyboard key. I tried with TextChanged
but it stops triggering after MaxLength
is reached.
I even tried this :
addEventListener(Input.EventType.KEY_DOWN ,this.onKeyDown.bind(this));
But this only works perfectly well for desktop not for mobile.