1.0.5 • Published 2 years ago

@phippp/dropdown.js v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

dropdown.js

This is a simple tool that allows you to render searchable selects. It works best when used with Bootstrap.

Usage

const Dropdown = require('@phippp/dropdown.js');
let handler = new Dropdown();
handler.renderAll($('body'));

This will render any tags like below into custom elements.

<select class='form-control' ... multiple> ... </select>
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago