Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple selection in Bootstrap typeahead

I'm looking for a proper way to implement the jquery mobile filter list in bootstrap typeahead component.

The functionality that I needed is here in the following link. Please scroll down to the bottom. http://jquerymobile.com/demos/1.2.1/docs/lists/lists-inset.html

In the filtering list, I want to add checkboxes for each list items and the user should be able to check multiple value. They don't have to be added to the textfield. As that's the only function I need, its no use of adding the whole jquery mobile library to the project.

I found couple of options in the following link which goes near my requirement.

http://fusiongrokker.com/post/heavily-customizing-a-bootstrap-typeahead

But, the multiple selection by clicking checkboxes didn't work with bootstrap typeahead.

Can anyone give me a good solution for this.

Thanks

like image 962
Mujahid Avatar asked Dec 12 '22 14:12

Mujahid


1 Answers

If you looking for bootstrap, this plugin can be used in your project

https://sliptree.github.io/bootstrap-tokenfield/

like image 116
Aditya Kresna Permana Avatar answered Dec 18 '22 00:12

Aditya Kresna Permana