react-clean-select 0.0.8-alpha-3 → 0.0.8-alpha-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,7 @@
81
81
  * Overrides internal "no data" (shown where search has no results)
82
82
  */noDataRenderer:_propTypes.default.func,/**
83
83
  * onBlur callback handler
84
- */onBlur:_propTypes.default.func.isRequired,/**
84
+ */onBlur:_propTypes.default.func,/**
85
85
  * onChange callback handler
86
86
  */onChange:_propTypes.default.func.isRequired,/**
87
87
  * Fires upon clearing all values (via custom renderers)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-clean-select",
3
- "version": "0.0.8-alpha-3",
3
+ "version": "0.0.8-alpha-4",
4
4
  "description": "Customizable single- and multi- select component for react with basic, easily-overrideable CSS",
5
5
  "main": "dist/react-clean-select.js",
6
6
  "module": "lib/index.js",