text alignment in conjunction with .autocomplete

text alignment in conjunction with .autocomplete

I am running into an issue where I need to use autocomplete with a textarea for multliine output. My problem is I can't get the text to align at the top of the textarea.  It seems to want to align in the middle. I have tried many things, but I just can't see why this doesn't work:

  1. .ui-autocomplete-input{
  2. vertical-align:text-top !important;
  3. }
I have also tried applying the same instruction directly to the textarea, but this is just being ignored for some reason.  Any insight would be appreciated.