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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    3
  • 1.1.0
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i dynamic-select

Weekly Downloads

6

Version

1.1.1

License

MIT

Unpacked Size

114 kB

Total Files

9

Last publish

Collaborators

  • tskozel