GWT: Suggest box with multiple words
Posted
by Konoplianko
on Stack Overflow
See other posts from Stack Overflow
or by Konoplianko
Published on 2010-04-19T10:07:28Z
Indexed on
2010/04/19
10:13 UTC
Read the original article
Hit count: 356
gwt
|auto-suggest
Hi.
I need to make suggestion TextBox where user can write some keywords ( to search across file archive with specified keywords ). But keywords can be entered sequentially with some delimiter.
for example: keyword1; keyword2; key...
I want to make it with GWT.
Please, tell me if you know some implementation examples (may be in JavaScript/jQuery) or how to make this.
TIA
© Stack Overflow or respective owner