@@ -4,7 +4,12 @@ exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1`
4
4
<div class = " ant-select ant-select-enabled ant-select ant-select-enabled" style = " width: 100%;" >
5
5
<div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
6
6
<div class = " ant-select-selection__rendered" >
7
- <!---->
7
+ <div >
8
+ <li class = " ant-select-search ant-select-search--inline" >
9
+ <div class = " ant-select-search__field__wrap" >
10
+ <input autocomplete = " off" value = " " class = " ant-select-search__field" ><span class = " ant-select-search__field__mirror" > </span ></div >
11
+ </li >
12
+ </div >
8
13
</div >
9
14
</div >
10
15
</div >
@@ -73,7 +78,16 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
73
78
<div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
74
79
<div class = " ant-select-selection__rendered" >
75
80
<div unselectable = " unselectable" class = " ant-select-selection__placeholder" style = " display: none;" >Please select</div >
76
- <!---->
81
+ <div >
82
+ <li unselectable = " unselectable" title = " a1" class = " ant-select-selection__choice" >
83
+ <div class = " ant-select-selection__choice__content" >a1</div ><span class = " ant-select-selection__choice__remove" ></span ></li >
84
+ <li unselectable = " unselectable" title = " b2" class = " ant-select-selection__choice" >
85
+ <div class = " ant-select-selection__choice__content" >b2</div ><span class = " ant-select-selection__choice__remove" ></span ></li >
86
+ <li class = " ant-select-search ant-select-search--inline" >
87
+ <div class = " ant-select-search__field__wrap" >
88
+ <input autocomplete = " off" value = " " class = " ant-select-search__field" ><span class = " ant-select-search__field__mirror" > </span ></div >
89
+ </li >
90
+ </div >
77
91
</div >
78
92
</div >
79
93
</div >
@@ -122,7 +136,12 @@ exports[`renders ./components/select/demo/select-users.md correctly 1`] = `
122
136
<div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
123
137
<div class = " ant-select-selection__rendered" >
124
138
<div unselectable = " unselectable" class = " ant-select-selection__placeholder" style = " display: block;" >Select users</div >
125
- <!---->
139
+ <div >
140
+ <li class = " ant-select-search ant-select-search--inline" >
141
+ <div class = " ant-select-search__field__wrap" >
142
+ <input autocomplete = " off" value = " " class = " ant-select-search__field" ><span class = " ant-select-search__field__mirror" > </span ></div >
143
+ </li >
144
+ </div >
126
145
</div >
127
146
</div >
128
147
</div >
@@ -164,7 +183,24 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
164
183
<div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
165
184
<div class = " ant-select-selection__rendered" >
166
185
<div unselectable = " unselectable" class = " ant-select-selection__placeholder" style = " display: none;" >Please select</div >
167
- <!---->
186
+ <div >
187
+ <li unselectable = " unselectable" title = "
188
+ a1
189
+ " class = " ant-select-selection__choice" >
190
+ <div class = " ant-select-selection__choice__content" >
191
+ a1
192
+ </div ><span class = " ant-select-selection__choice__remove" ></span ></li >
193
+ <li unselectable = " unselectable" title = "
194
+ b2
195
+ " class = " ant-select-selection__choice" >
196
+ <div class = " ant-select-selection__choice__content" >
197
+ b2
198
+ </div ><span class = " ant-select-selection__choice__remove" ></span ></li >
199
+ <li class = " ant-select-search ant-select-search--inline" >
200
+ <div class = " ant-select-search__field__wrap" >
201
+ <input autocomplete = " off" value = " " class = " ant-select-search__field" ><span class = " ant-select-search__field__mirror" > </span ></div >
202
+ </li >
203
+ </div >
168
204
</div >
169
205
</div >
170
206
</div >
@@ -173,7 +209,24 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
173
209
<div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
174
210
<div class = " ant-select-selection__rendered" >
175
211
<div unselectable = " unselectable" class = " ant-select-selection__placeholder" style = " display: none;" >Please select</div >
176
- <!---->
212
+ <div >
213
+ <li unselectable = " unselectable" title = "
214
+ a1
215
+ " class = " ant-select-selection__choice" >
216
+ <div class = " ant-select-selection__choice__content" >
217
+ a1
218
+ </div ><span class = " ant-select-selection__choice__remove" ></span ></li >
219
+ <li unselectable = " unselectable" title = "
220
+ b2
221
+ " class = " ant-select-selection__choice" >
222
+ <div class = " ant-select-selection__choice__content" >
223
+ b2
224
+ </div ><span class = " ant-select-selection__choice__remove" ></span ></li >
225
+ <li class = " ant-select-search ant-select-search--inline" >
226
+ <div class = " ant-select-search__field__wrap" >
227
+ <input autocomplete = " off" value = " " class = " ant-select-search__field" ><span class = " ant-select-search__field__mirror" > </span ></div >
228
+ </li >
229
+ </div >
177
230
</div >
178
231
</div >
179
232
</div >
@@ -185,7 +238,12 @@ exports[`renders ./components/select/demo/tags.md correctly 1`] = `
185
238
<div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
186
239
<div class = " ant-select-selection__rendered" >
187
240
<div unselectable = " unselectable" class = " ant-select-selection__placeholder" style = " display: block;" >Tags Mode</div >
188
- <!---->
241
+ <div >
242
+ <li class = " ant-select-search ant-select-search--inline" >
243
+ <div class = " ant-select-search__field__wrap" >
244
+ <input autocomplete = " off" value = " " class = " ant-select-search__field" ><span class = " ant-select-search__field__mirror" > </span ></div >
245
+ </li >
246
+ </div >
189
247
</div >
190
248
</div >
191
249
</div >
0 commit comments