IN my case i want to implement multi select auto complete combobox using html,javascript,jsp.
Is there any body who knows how to implement it.
Which will be similar to text field shown in stackoverflow while adding multipal tags to any question.
IN my case i want to implement multi select auto complete combobox using html,javascript,jsp.
Is there any body who knows how to implement it.
Which will be similar to text field shown in stackoverflow while adding multipal tags to any question.
I would recommend an Ajax-driven auto-complete JavaScript combo-box, especially if you have a large set of data to query.
Otherwise, various javascript libraries (like Yahoo UI) do provide this kind of combo-box.
For instance, this combo-box based on ExtJS checkbox does offer a multi-select feature.