Image

Dynamocally counting characters

I have a text field
Image

That I want to dynamically update the character count as the user types. Right now, I am using onChange, but that seems to work only when the user clicks out of the box.

Any help is appreciated.