react-datalist-input
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "react-datalist-input", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"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": "./lib/DataListInput.js", |
@@ -159,2 +159,8 @@ ## Info | ||
***dropDownLength*** | ||
- Only display the first `dropDownLength` matches in the dropdown. Useful if the array is really big. | ||
- Number to specify max length of drop down. | ||
- Default is Infinity. | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28483
166