downshift
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "downshift", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete components", | ||
@@ -5,0 +5,0 @@ "main": "dist/downshift.cjs.js", |
@@ -11,4 +11,5 @@ import * as React from 'react'; | ||
itemToString?: (item: any) => string; | ||
onChange?: (selectedItem: any, allState: any) => void; | ||
onStateChange?: (options: StateChangeOptions, allState: any) => void; | ||
onChange?: (selectedItem: any, stateAndHelpers: ControllerStateAndHelpers) => void; | ||
onStateChange?: (options: StateChangeOptions, stateAndHelpers: ControllerStateAndHelpers) => void; | ||
onUserAction?: (options: StateChangeOptions, stateAndHelpers: ControllerStateAndHelpers) => void; | ||
onClick?: Function; | ||
@@ -15,0 +16,0 @@ selectedItem?: any; |
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
490355
6097