react-select-search
Advanced tools
Comparing version 4.1.2 to 4.1.3
{ | ||
"name": "react-select-search", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Lightweight select component for React", | ||
@@ -5,0 +5,0 @@ "source": "src/index.js", |
@@ -19,5 +19,2 @@ <p align="center"> | ||
</a> | ||
<a href="https://codeclimate.com/github/tbleckert/react-select-search/maintainability"> | ||
<img src="https://img.shields.io/codeclimate/maintainability/tbleckert/react-select-search?style=for-the-badge" /> | ||
</a> | ||
<a href="https://www.npmjs.com/package/react-select-search"> | ||
@@ -29,2 +26,5 @@ <img src="https://img.shields.io/npm/dm/react-select-search.svg?style=for-the-badge" style="max-width:100%;" /> | ||
</a> | ||
<a href="#contributors"> | ||
<img src="https://img.shields.io/github/contributors/tbleckert/react-select-search?style=for-the-badge" /> | ||
</a> | ||
</p> | ||
@@ -217,1 +217,9 @@ | ||
to change the appearance, like adding a spinner. The property `fetching` is also available in the snapshot that is sent to your render callbacks. | ||
## Contributors | ||
<a href="https://github.com/tbleckert/react-select-search/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=tbleckert/react-select-search" /> | ||
</a> | ||
Made with [contrib.rocks](https://contrib.rocks). |
@@ -77,3 +77,3 @@ import { | ||
autoFocus?: boolean; | ||
className?: ((classes: string) => string) | string; | ||
className?: ((classes: string) => string) | string | { readonly [key: string]: string; }; | ||
onChange?: ( | ||
@@ -80,0 +80,0 @@ selectedValue: SelectedOptionValue | SelectedOptionValue[], |
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
137853
223