Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-select-checked

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-checked - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name": "react-select-checked",
"version": "0.1.0",
"version": "0.1.1",
"description": "A React select based on JedWatson/React-Select with checkmarks on selected options.",

@@ -12,6 +12,7 @@ "main": "build/index.js",

"classnames": "^2.2.4",
"react-input-autosize": "^2.0.1"
"react-input-autosize": "^2.0.1",
"react-select": "^1.0.0-rc.10"
},
"author": "Riza Nugraha <rnugraha@gmail.com> (https://about.me/riza.nugraha)",
"license": "ISC",
"license": "GPL-3.0",
"bugs": {

@@ -39,3 +40,2 @@ "url": "https://github.com/thehyve/react-select-checked/issues"

"react-dom": "15.5.4",
"react-select": "^1.0.0-rc.10",
"styled-components": "^2.2.2"

@@ -42,0 +42,0 @@ },

@@ -6,2 +6,3 @@ React-Select-Checked

<img src="https://user-images.githubusercontent.com/2835281/32287328-bf65fdcc-bf30-11e7-980a-b297e1b8aa57.png" width="400">

@@ -16,3 +17,3 @@ ## Installation

```javascript
import Select from 'react-select-checked';
import CheckedSelect from 'react-select-checked';
```

@@ -31,3 +32,3 @@

```javascript
var Select = require('react-select-checked');
var CheckedSelect = require('react-select-checked');

@@ -53,10 +54,9 @@ var options = [

|:---|:---|:---|:---|
| addAllTitle | string | 'Add all' | text to display when `allowCreate` is true |
| clearAllTitle | string | 'Clear' | text to display when `allowCreate` is true |
| disabled | bool | 'Add "{label}"?' | text to display when `allowCreate` is true |
| addAllTitle | string | 'Add all' | text to display in the `Add all` button |
| clearAllTitle | string | 'Clear' | text to display in the `Clear` button |
| ignoreAccents | bool | true | whether to strip accents when filtering |
| ignoreCase | bool | true | whether to perform case-insensitive filtering |
| label | string | '' | text to display when `allowCreate` is true |
| label | string | '' | text to display as label |
| onChange | func | undefined | onChange handler: `function(newOption) {}` |
| options | array | undefined | array of options |
| placeholder | string\|node | 'Please select ..' | field placeholder, displayed when there's no value |

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc