Socket
Socket
Sign inDemoInstall

react-datalist-input

Package Overview
Dependencies
8
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.10 to 1.3.11

lib/1.DataListInput.js

4

package.json
{
"name": "react-datalist-input",
"version": "1.3.10",
"version": "1.3.11",
"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.",

@@ -39,4 +39,2 @@ "main": "./lib/DataListInput.js",

"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^0.23.1",

@@ -43,0 +41,0 @@ "webpack": "^4.43.0",

## Info
This package provides a single react component.The component contains an input field with a drop down menu to pick a possible option based on the current input as a react component.
This package provides a single react component. The component contains an input field with a drop down menu to pick a possible option based on the current input as a react component.

@@ -15,2 +15,8 @@ Have a look at [w3schools.com](https://www.w3schools.com/howto/howto_js_autocomplete.asp) to see how you can do something similar with pure html, css, and js. For more information about react and the ecosystem see this [guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).

### Using Gatsby or Next.js?
This component is not compatible with server-side rendering since it has css bundled with it.
I created a plain version of this package without css. Find more information [here](https://www.npmjs.com/package/plain-react-datalist-input).
## Installation

@@ -17,0 +23,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc