Socket
Book a DemoInstallSign in
Socket

dependent-selects

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependent-selects

An easy way to create asynchronous dependent selects boxes.

0.1.1
latest
Source
npmnpm
Version published
Weekly downloads
8
700%
Maintainers
1
Weekly downloads
 
Created
Source

Dependent Selects

Help you to create dependent selects boxes such as regions (for example, country -> district -> street).

Features

  • Asynchronous, based on Promise
  • 1.2KB only (min+gzip)
  • No UI, so you can (and have to) customize UI by yourself

Usage & Examples

There is an fully example: https://jsfiddle.net/lmk123/8d2x8dLy/

Another example with Vue.js: https://jsfiddle.net/lmk123/40k949en/

Install

npm install dependent-selects --save

In Webpack:

import DependentSelects from 'dependent-selects'

const multi = new DependentSelects(queryFunction)
// ...

In browser:

<script src="node_modules/dependent-selects/dist/dependent-selects.js"></script>
<script>
  var multi = new DependentSelects(queryFunction)
  // ...
</script>

API

Please see the above examples.

License

MIT

Keywords

dependent

FAQs

Package last updated on 21 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.