Autocomplete functionality on a textarea

Posted by sslepian on Stack Overflow See other posts from Stack Overflow or by sslepian
Published on 2010-03-25T18:50:44Z Indexed on 2010/03/25 18:53 UTC
Read the original article Hit count: 241

Filed under:
|

Is there a way to implement auto-complete functionality in a region defined by textarea tags or something similar? I'm currently using a jquery autocomplete plugin to suggest input to the user inside input tags, but the issue is that the autocomplete phrases can often be fairly long and thus scroll off the edge of the input field.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about autocomplete