1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
+ exports [` renders ./components/auto-complete/demo/allow-clear.vue correctly 1` ] = `
4
+ <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-allow-clear ant-select-show-search" >
5
+ <!---->
6
+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
7
+ <!----><span class = " ant-select-selection-placeholder" >Clearable</span >
8
+ </div >
9
+ <!---->
10
+ <!---->
11
+ <!---->
12
+ </div >
13
+ <br >
14
+ <br >
15
+ <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-allow-clear ant-select-show-search" >
16
+ <!---->
17
+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
18
+ <!----><span class = " ant-select-selection-placeholder" >Customized clear icon</span >
19
+ </div >
20
+ <!---->
21
+ <!---->
22
+ <!---->
23
+ </div >
24
+ `;
25
+
3
26
exports[`renders ./components/auto-complete/demo/basic.vue correctly 1`] = `
4
27
<div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
5
28
<!---->
@@ -12,6 +35,18 @@ exports[`renders ./components/auto-complete/demo/basic.vue correctly 1`] = `
12
35
</div >
13
36
`;
14
37
38
+ exports[`renders ./components/auto-complete/demo/border-less.vue correctly 1`] = `
39
+ <div style = " width: 200px;" class = " ant-select ant-select-borderless ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
40
+ <!---->
41
+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
42
+ <!----><span class = " ant-select-selection-placeholder" >border less</span >
43
+ </div >
44
+ <!---->
45
+ <!---->
46
+ <!---->
47
+ </div >
48
+ `;
49
+
15
50
exports[`renders ./components/auto-complete/demo/certain-category.vue correctly 1`] = `
16
51
<div class = " certain-category-search-wrapper" style = " width: 250px;" >
17
52
<div popupclassname = " certain-category-search-dropdown" class = " ant-select certain-category-search ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search" style = " width: 250px;" >
0 commit comments