multiple word Predictive/autocomplete textarea?
Posted
by pablo
on Stack Overflow
See other posts from Stack Overflow
or by pablo
Published on 2009-10-15T03:44:35Z
Indexed on
2010/03/13
0:37 UTC
Read the original article
Hit count: 364
Hi there
I'm lookin for a javascript plugin (for js/any framework)
I want to create a textarea that while I type will using a supplied data array, check for predictive matches to the current word im typing and try to suggest a solution.
All solutions I've found so far (for jquery) only match one word, then end...
I want to write like a sentence or paragraph but have autocomplete ability.
Mockup image attached.
© Stack Overflow or respective owner