react-select-search
Advanced tools
Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "react-select-search", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Lightweight select component for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
@@ -95,4 +95,5 @@ import { | ||
getOptions?: (query:string) => Promise<SelectSearchOption[]> | ||
debounce?: number | ||
ref?:Ref<Component> | ||
emptyMessage?:string | ||
emptyMessage?:string|(() =>string) | ||
} | ||
@@ -99,0 +100,0 @@ |
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
79313
1881