update select demo

This commit is contained in:
afc163 2017-08-16 10:38:03 +08:00
parent cf3c0aac43
commit f0c6350e0e
2 changed files with 2 additions and 2 deletions

View File

@ -853,7 +853,7 @@ exports[`renders ./components/select/demo/tags.md correctly 1`] = `
style="display:block;user-select:none;-webkit-user-select:none;"
unselectable="unselectable"
>
标签模式
Tags Mode
</div>
<ul>
<li

View File

@ -30,7 +30,7 @@ ReactDOM.render(
<Select
mode="tags"
style={{ width: '100%' }}
placeholder="标签模式"
placeholder="Tags Mode"
onChange={handleChange}
>
{children}