uxcore-select2
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -190,8 +190,9 @@ const React = require('react'); | ||
showSearch={false} | ||
dropdownMatchSelectWidth={false} | ||
dropdownClassName="kuma-select2-inline-dropdown" | ||
dropdownStyle={{ width: 200 }} | ||
dropdownAlign={{ | ||
offset: [0, -3], | ||
}} | ||
> | ||
<Option value="jack">Jack</Option> | ||
<Option value="lucy">LucyLucyLucyLucyLucyLucyLucyLucy</Option> | ||
<Option value="lucy">Lucy</Option> | ||
<Option value="disabled" disabled>Disabled</Option> | ||
@@ -198,0 +199,0 @@ <Option value="yiminghe">yiminghe</Option> |
@@ -5,2 +5,6 @@ # History | ||
## 0.4.8 | ||
`CHANGED` inline style, remove open border | ||
## 0.4.7 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "uxcore-select2", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "select ui component for react", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
721
79895