In my case I want to implement a multi-select auto-plete bobox using HTML, JavaScript, and JSP.
Is there anybody who knows how to implement this?
This will be similar to the text field shown in StackOverflow while adding multiple tags to any question.
In my case I want to implement a multi-select auto-plete bobox using HTML, JavaScript, and JSP.
Is there anybody who knows how to implement this?
This will be similar to the text field shown in StackOverflow while adding multiple tags to any question.
Share Improve this question edited Dec 16, 2014 at 20:01 Levi Lindsey 1,0682 gold badges10 silver badges17 bronze badges asked Dec 8, 2008 at 6:26 user25778user25778 6,0714 gold badges23 silver badges12 bronze badges1 Answer
Reset to default 3I would remend an Ajax-driven auto-plete JavaScript bo-box, especially if you have a large set of data to query.
Otherwise, various javascript libraries (like Yahoo UI) do provide this kind of bo-box.
For instance, this bo-box based on ExtJS checkbox does offer a multi-select feature.