dynamic-select

1.1.1 • Public • Published

Dynamic selection boxes in Javascript

This is a library to help easily set-up dynamic select-boxes. A dynamic select-box's choices depend on the value of another select-box. This helps you configure these boxes using simple Javascript objects. It is client-side, so your boxes will work without reloading the browser.

Installation

The preffered way is to use jsdelivr. Simply add this to your html:

<script src="https://cdn.jsdelivr.net/npm/dynamic-select@1.1.0/main.js"></script>

You can use a bundler if you would like to. Just install the dynamic-select npm package.

npm i dynamic-select

How it looks in action

preview

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i dynamic-select

    Weekly Downloads

    0

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    114 kB

    Total Files

    9

    Last publish

    Collaborators

    • tskozel