Hi there,
I’m trying to build a chat feature where other users can see what the person is typing in real-time. I’m using auto-binding, but the text does not get updated until the focus is away from the input.
Does anyone know a solution that would allow the content to be updated as they are typing, without having to click away from the input?
Thanks!