uxcore-select2
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -131,3 +131,3 @@ const React = require('react'); | ||
<p>多选:</p> | ||
<Select multiple style={{ width: 400 }} defaultValue={['a10', 'c12']} placeholder="输入" onChange={me.handleChange.bind(me)} allowClear> | ||
<Select disabled multiple style={{ width: 400 }} defaultValue={['a10', 'c12']} placeholder="输入" onChange={me.handleChange.bind(me)} allowClear> | ||
{children} | ||
@@ -134,0 +134,0 @@ </Select> |
@@ -5,2 +5,6 @@ # History | ||
## 0.4.10 | ||
`FIXED` incorrect style | ||
## 0.4.8 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "uxcore-select2", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "select ui component for react", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
80097