uxcore-select2
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -125,3 +125,3 @@ let Select = require('../src'); | ||
<p>多选:</p> | ||
<Select multiple style={{width:400}} defaultValue={['a10', 'c12']} onChange={me.handleChange.bind(me)} allowClear={true}> | ||
<Select multiple style={{width:400}} defaultValue={['a10', 'c12']} placeholder="输入" onChange={me.handleChange.bind(me)} allowClear={true}> | ||
{children} | ||
@@ -128,0 +128,0 @@ </Select> |
@@ -5,2 +5,6 @@ # History | ||
## 0.3.4 | ||
`FIXED` placeholder style bug in multiple mode | ||
## 0.3.3 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "uxcore-select2", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "select ui component for react", | ||
@@ -9,2 +9,3 @@ "main": "build/index.js", | ||
"server": "uxcore-tools run server", | ||
"lint": "uxcore-tools run lint", | ||
"build": "uxcore-tools run build", | ||
@@ -14,3 +15,8 @@ "test": "uxcore-tools run test", | ||
"pub": "uxcore-tools run pub", | ||
"dep": "uxcore-tools run dep" | ||
"dep": "uxcore-tools run dep", | ||
"tnpm-dep": "uxcore-tools run tnpm-dep", | ||
"chrome": "uxcore-tools run chrome", | ||
"browsers": "uxcore-tools run browsers", | ||
"saucelabs": "uxcore-tools run saucelabs", | ||
"update": "uxcore-tools run update" | ||
}, | ||
@@ -30,5 +36,6 @@ "repository": "https://github.com/uxcore/uxcore-select2.git", | ||
"es5-shim": "^4.5.8", | ||
"jquery": "~1.12.4", | ||
"expect.js": "~0.3.1", | ||
"kuma-base": "1.x", | ||
"react": "0.14.x", | ||
"react-addons-test-utils": "0.14.x", | ||
"react-dom": "0.14.x", | ||
@@ -35,0 +42,0 @@ "uxcore-kuma": "2.x", |
Sorry, the diff of this file is not supported yet
30255
16
9