Socket
Socket
Sign inDemoInstall

react-datalist-input

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datalist-input - npm Package Compare versions

Comparing version 1.3.12 to 1.3.13

2

package.json
{
"name": "react-datalist-input",
"version": "1.3.12",
"version": "1.3.13",
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",

@@ -5,0 +5,0 @@ "main": "./dist/DataListInput.js",

@@ -25,3 +25,3 @@ ## Info

```
```bash
npm install react-datalist-input --save

@@ -32,3 +32,3 @@ ```

```
```javascript
import DataListInput from 'react-datalist-input';

@@ -91,3 +91,3 @@

| [onSelect](#markdown-header-onSelect) | function | required | - |
| [match](#markdown-header-match) | function | optional | required | - |
| [match](#markdown-header-match) | function | optional | internal matching function |
| [onDropdownOpen](#markdown-header-onDropdownOpen) | function | optional | - |

@@ -133,3 +133,3 @@ | [onDropdownClose](#markdown-header-onDropdownClose) | function | optional | - |

- Default:
```
```javascript
/**

@@ -136,0 +136,0 @@ * default function for matching the current input value (needle) and the values of the items array

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