This is a jQuery UI input picker plugin built to match with other official jQuery UI widgets. It would blend nicely multiple columns view with your form. The plugin is very easy to integrate in your form for your inputs.
I built this plugin because I could not find a suitable plugin to support multiple columns in drop-down selection perfectly that what I needed for my projects.
- Easy to use
- Multiple fields
- Filter input
- JSON Remote url with pagination
- Responsive design
- Creatable input
- Multiple values like tags
- And so on...
- Download
src/jquery.inputpicker.js
andsrc/jquery.inputpicker.css
- Load them in your script
- Use it
<link rel="stylesheet" href="./jquery.inputpicker.css" />
<script src="./jquery.inputpicker.js"></script>
<input id="test" value="Text 2" />
<script>
$('#test').inputpicker({
data:[ "Text 1", "Text 2", "Text 3" ]
});
</script>
The plugin is licensed under the MIT licenses. © 2017
Ukalpa http://www.ukalpa.com