rc-select
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -9,2 +9,3 @@ var React = require('react'); | ||
var c1 = ( | ||
@@ -14,4 +15,4 @@ <div> | ||
<div style={{width: 300}}> | ||
<Select value="lucy" className="forTest" onChange={handleChange}> | ||
<Option value="jack" className="forTest"> | ||
<Select value="lucy" style={{width:250}} onChange={handleChange}> | ||
<Option value="jack"> | ||
<b style={{ | ||
@@ -18,0 +19,0 @@ color: 'red' |
@@ -350,3 +350,5 @@ /** @jsx React.DOM */ | ||
return ( | ||
<span className={joinClasses(props.className, classSet(rootCls))} dir="ltr" | ||
<span | ||
style={props.style} | ||
className={joinClasses(props.className, classSet(rootCls))} dir="ltr" | ||
onFocus={this.handleFocus} | ||
@@ -353,0 +355,0 @@ onBlur={this.handleBlur}> |
{ | ||
"name": "rc-select", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "select ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
39343
913