Home › Forum › General › Creating an “X characers remaining” box for a text input › Re: Creating an “X characers remaining” box for a text input
October 19, 2010 at 11:45 pm #5467
You could set a timer on a 1 second loop. Start the timer when the input gains focus, and stop it when it looses focus. Every time the timer stops (completes a 1 second loop) run the counting behavior.