uxcore-select2
Advanced tools
Comparing version 0.5.8-beta2 to 0.5.8
@@ -74,3 +74,4 @@ 'use strict'; | ||
ref: function ref(c) { | ||
_this2.rcSelect = c;_this2.props.rcRef(c); | ||
_this2.rcSelect = c; | ||
_this2.props.rcRef(c); | ||
}, | ||
@@ -77,0 +78,0 @@ className: className, |
{ | ||
"name": "uxcore-select2", | ||
"version": "0.5.8-beta2", | ||
"version": "0.5.8", | ||
"description": "select ui component for react", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -31,3 +31,6 @@ import RcSelect from 'rc-select'; | ||
{...this.props} | ||
ref={(c) => {this.rcSelect = c; this.props.rcRef(c)}} | ||
ref={(c) => { | ||
this.rcSelect = c; | ||
this.props.rcRef(c) | ||
}} | ||
className={className} | ||
@@ -34,0 +37,0 @@ dropdownClassName={dropdownClassName} |
58636
575