Hi,
I have an app that populates an input element when the user selects items from a dropdown or presses a button. I can get this working but if the string gets long the user does not see the text being added (it is getting added alright but off screen)
Can i use javascript to automatically scroll the text area as it gets longer
Thanks
LM