提交 c79592cf 编写于 作者: A afc163

Fix select demo

上级 af9dc73e
......@@ -848,6 +848,13 @@ exports[`renders ./components/select/demo/tags.md correctly 1`] = `
<div
class="ant-select-selection__rendered"
>
<div
class="ant-select-selection__placeholder"
style="display:block;user-select:none;-webkit-user-select:none;"
unselectable="unselectable"
>
标签模式
</div>
<ul>
<li
class="ant-select-search ant-select-search--inline"
......
......@@ -30,7 +30,7 @@ ReactDOM.render(
<Select
mode="tags"
style={{ width: '100%' }}
searchPlaceholder="标签模式"
placeholder="标签模式"
onChange={handleChange}
>
{children}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册