@@ -4,7 +4,12 @@ exports[`renders ./components/select/demo/automatic-tokenization.md correctly 1`
44<div class = " ant-select ant-select-enabled ant-select ant-select-enabled" style = " width: 100%;" >
55 <div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
66 <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 >
813 </div >
914 </div >
1015</div >
@@ -73,7 +78,16 @@ exports[`renders ./components/select/demo/multiple.md correctly 1`] = `
7378 <div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
7479 <div class = " ant-select-selection__rendered" >
7580 <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 >
7791 </div >
7892 </div >
7993</div >
@@ -122,7 +136,12 @@ exports[`renders ./components/select/demo/select-users.md correctly 1`] = `
122136 <div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
123137 <div class = " ant-select-selection__rendered" >
124138 <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 >
126145 </div >
127146 </div >
128147</div >
@@ -164,7 +183,24 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
164183 <div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
165184 <div class = " ant-select-selection__rendered" >
166185 <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 >
168204 </div >
169205 </div >
170206 </div >
@@ -173,7 +209,24 @@ exports[`renders ./components/select/demo/size.md correctly 1`] = `
173209 <div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
174210 <div class = " ant-select-selection__rendered" >
175211 <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 >
177230 </div >
178231 </div >
179232 </div >
@@ -185,7 +238,12 @@ exports[`renders ./components/select/demo/tags.md correctly 1`] = `
185238 <div role = " combobox" aria-autocomplete = " list" aria-haspopup = " true" aria-expanded = " false" class = " ant-select-selection ant-select-selection--multiple" >
186239 <div class = " ant-select-selection__rendered" >
187240 <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 >
189247 </div >
190248 </div >
191249</div >
0 commit comments