mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
Fix select demo
This commit is contained in:
parent
af9dc73eef
commit
c79592cf05
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user