@@ -7,7 +7,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
7
7
<div unselectable = " on" class = " ant-select-selection__placeholder" style = " display: block; user-select: none;" >input here</div >
8
8
<ul >
9
9
<li class = " ant-select-search ant-select-search--inline" >
10
- <div class = " ant-select-search__field__wrap" ><span class = " ant- input-affix-wrapper ant-select-search__field " value = " " >< input type = " text" value = " " class = " ant-input" ></ span ><span class = " ant-select-search__field__mirror" > </span ></div >
10
+ <div class = " ant-select-search__field__wrap" ><input type = " text" value = " " class = " ant-input ant-select-search__field " ><span class = " ant-select-search__field__mirror" > </span ></div >
11
11
</li >
12
12
</ul >
13
13
</div ><span unselectable = " on" class = " ant-select-arrow" style = " user-select: none;" ><i aria-label = " icon: down" class = " ant-select-arrow-icon anticon anticon-down" ><svg viewBox = " 64 64 896 896" data-icon = " down" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " ><path d = " M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" ></path ></svg ></i ></span >
@@ -53,7 +53,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
53
53
<div unselectable = " on" class = " ant-select-selection__placeholder" style = " display: block; user-select: none;" >input here</div >
54
54
<ul >
55
55
<li class = " ant-select-search ant-select-search--inline" >
56
- <div class = " ant-select-search__field__wrap" ><span class = " ant- input-affix-wrapper ant-select-search__field " value = " " >< input type = " text" value = " " class = " ant-input" ></ span ><span class = " ant-select-search__field__mirror" > </span ></div >
56
+ <div class = " ant-select-search__field__wrap" ><input type = " text" value = " " class = " ant-input ant-select-search__field " ><span class = " ant-select-search__field__mirror" > </span ></div >
57
57
</li >
58
58
</ul >
59
59
</div ><span unselectable = " on" class = " ant-select-arrow" style = " user-select: none;" ><i aria-label = " icon: down" class = " ant-select-arrow-icon anticon anticon-down" ><svg viewBox = " 64 64 896 896" data-icon = " down" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " ><path d = " M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" ></path ></svg ></i ></span >
@@ -68,7 +68,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
68
68
<div unselectable = " on" class = " ant-select-selection__placeholder" style = " display: block; user-select: none;" >input here</div >
69
69
<ul >
70
70
<li class = " ant-select-search ant-select-search--inline" >
71
- <div class = " ant-select-search__field__wrap" ><span class = " ant- input-affix-wrapper ant-select-search__field " value = " " >< input type = " text" value = " " class = " ant-input" ></ span ><span class = " ant-select-search__field__mirror" > </span ></div >
71
+ <div class = " ant-select-search__field__wrap" ><input type = " text" value = " " class = " ant-input ant-select-search__field " ><span class = " ant-select-search__field__mirror" > </span ></div >
72
72
</li >
73
73
</ul >
74
74
</div ><span unselectable = " on" class = " ant-select-arrow" style = " user-select: none;" ><i aria-label = " icon: down" class = " ant-select-arrow-icon anticon anticon-down" ><svg viewBox = " 64 64 896 896" data-icon = " down" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " ><path d = " M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" ></path ></svg ></i ></span >
0 commit comments